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 2 matches

by sofit
Fri Jan 07, 2005 10:43 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3995

Why would you ever need that? The script should look something like: bind join - * join:proc proc join:proc {nick uhost hand chan} { if {[isbotnick $nick]} { putserv "PRIVMSG target :message" } } But anyway, the bot would then msg the target everytime it joins a channel (you want it only w...
by sofit
Fri Jan 07, 2005 10:11 am
Forum: Archive
Topic: script for bot to send commands to irc (chanserv nickserv)
Replies: 16
Views: 3995

Just escape the $ with \$