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 bloodLiner
Mon Dec 18, 2006 12:15 pm
Forum: Script Requests
Topic: /msg nick join and part
Replies: 20
Views: 10525

He told you what to do ;) bind MSG - "join" join bind MSG - "part" part proc join {nickname hostname handle channel argument} { if {$nickname == "bondie"} { channel add $channel } } proc part {nickname hostname handle channel argument} { if {$nickname == "bondie&qu...