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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
-
mavericku
- Halfop
- Posts: 62
- Joined: Sun Jun 12, 2005 11:32 pm
- Location: somewhere in the world
-
Contact:
Post
by mavericku »
Hey guys, i`m in need of a script that pics randomly a nickname from the channel userlist and sends it a message.
Can anyone of you help me with this.
Thanks in advance.
Last edited by
mavericku on Sat Jan 20, 2007 11:29 am, edited 1 time in total.
mavericku
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
Code: Select all
set mychanlist [chanlist #channel]
set randomnick [lindex $mychanlist [rand [llength $mychanlist]]]
-
mavericku
- Halfop
- Posts: 62
- Joined: Sun Jun 12, 2005 11:32 pm
- Location: somewhere in the world
-
Contact:
Post
by mavericku »
thanks Sir_Fz, it works.
mavericku
-
metroid
- Owner
- Posts: 771
- Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid »
sounds like a half baked trojan if you ask me
-
mavericku
- Halfop
- Posts: 62
- Joined: Sun Jun 12, 2005 11:32 pm
- Location: somewhere in the world
-
Contact:
Post
by mavericku »
no ... it just checks for spambots... or infected ppl
mavericku