| View previous topic :: View next topic |
| Author |
Message |
kash2k Voice

Joined: 25 Aug 2006 Posts: 18 Location: India
|
Posted: Tue Sep 19, 2006 9:55 pm Post subject: Regarding Spamkick & SpamDetect by Awyeah |
|
|
Hi,
I wonder If i can addon to the script spamdetect.tcl so that it send a trigger to SPamkick BOT when There is an action.
Ex : /me wants you to join #xxxx
For all the other notice and privmsg it send s a trigger and works well but with action it sits idle and does nothing. |
|
| Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Wed Sep 20, 2006 2:54 pm Post subject: |
|
|
Not having looked at that particular script, I cannot tell you what it's using for string searches, but actions are basically "\001ACTION spam crap \001"
so you'd want to string search or regex search on stuff like that. Or just use regexp for *wants you to join* or somn.. |
|
| Back to top |
|
 |
|