Hi guys
Need your help. A person pastes that text and the bot should track which weapons were sabotaged by who.
<Matt>Your spies successfully enter Chaos's armory undetected, and destroy 20 of the enemy's Blackpowder Missile stockpile. Your spies all return safely to your camp.
<bot>Matt sabotaged: 20 Blackpowder Missiles from Chaos
<Matt>Your spies successfully enter Chaos's armory undetected, and destroy 20 of the enemy's Excalibur stockpile. Your spies all return safely to your camp.
<bot>Matt sabotaged: 20 Excaliburs from Chaos
So far I have this, but cant get the "weapons" part.
ON 1:TEXT:*Your spies all return safely to your camp.:#endlos:{ /set-sab $$1- }
alias set-sab {
.msg # $nick sabotaged: $$10 ??? from $remove($$5,$right($$5,2)) }
}
Thanks ^^