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 Molitov
Tue Jan 30, 2007 10:09 am
Forum: Scripting Help
Topic: Choose Random Nick From Channel
Replies: 5
Views: 4657

thanks heaps dwickie =) (was a missing ] though =o) now i have had a quick look at the forums on how to choose a random setting from a list. proc text:attack { nick uhost hand chan text } { set nicks [chanlist $chan] set randnick [lindex $nicks [rand [llength $nicks]]] set randmsg { "fires a M1...
by Molitov
Tue Jan 30, 2007 8:59 am
Forum: Scripting Help
Topic: Choose Random Nick From Channel
Replies: 5
Views: 4657

Choose Random Nick From Channel

Hi! I have recently started .tcl and finding it fun to a certain degree..... How ever i have recently hit a block, google won't help and even search here didin't seem to help. Is there anyway I can get my bot to select a random nick from the channel, and the put it in a PRIVMSG to the channel? (with...