This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by Pberetta
Mon Oct 22, 2007 2:12 pm
Forum: Eggdrop Help
Topic: How to make Eggdrop bot Blind for colors?
Replies: 9
Views: 17238

I created strip.tcl like this catch {unbind raw - PRIVMSG *raw:irc:msg} catch {unbind raw - PRIVMSG *raw:PRIVMSG} bind raw - PRIVMSG striprivmsg proc striprivmsg {f k a} { set a [stripcodes abcgru $a] *raw:irc:msg $f $k $a *raw:PRIVMSG $f $k $a } putlog "colourstripper... Loaded" Added to ...