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 maxie
Sat Aug 25, 2007 6:02 pm
Forum: Script Requests
Topic: Voice joiners to a channel
Replies: 4
Views: 3221

Voice joiners to a channel

Hopefully this should be fairly simple. Hope you can provide a tcl equivalent of this mrc code :- ON *:JOIN:#:{ if $left($nick,6) == [Clan] && $me isop # && $nick != $me { mode # +v $nick } } Basically channels where the bot is an op to voice users who's nick match certain criteria i...