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

by Tipi
Thu Feb 23, 2006 1:43 pm
Forum: Scripting Help
Topic: nicks with special characters
Replies: 2
Views: 4494

thank you
by Tipi
Thu Feb 23, 2006 1:08 pm
Forum: Scripting Help
Topic: nicks with special characters
Replies: 2
Views: 4494

nicks with special characters

I have a process that creates a timer: proc scheck1 {n uh h chan} { timer 5 "scheck2 $n $uh" } When that timer expires, it runs a second process: proc scheck2 {n2 uh2} { works well except in the nick has special characters such as { or [ Can someone point me in a direction to fix this? Tha...
by Tipi
Sat Jan 28, 2006 10:17 pm
Forum: Script Requests
Topic: tcl to find dup hosts
Replies: 8
Views: 8642

thank you, you have saved me HOURS of work!
by Tipi
Sat Jan 28, 2006 1:00 pm
Forum: Script Requests
Topic: tcl to find dup hosts
Replies: 8
Views: 8642

no, I run a few large channels, some of the botmasters have not been as good checking before they add to the bot userlist as they should be. we have numerous duplicate handles, where the user's main nick and his alt nick have both been added as handles in the userlist, with the same hostmask I'm loo...
by Tipi
Fri Jan 27, 2006 1:32 pm
Forum: Script Requests
Topic: tcl to find dup hosts
Replies: 8
Views: 8642

tcl to find dup hosts

Is anyone aware of a tcl that will find dup hosts that are entered under mutiple handles?
by Tipi
Wed Dec 14, 2005 1:32 pm
Forum: Scripting Help
Topic: Bind help
Replies: 2
Views: 6771

Thank you!
by Tipi
Wed Dec 14, 2005 12:19 pm
Forum: Scripting Help
Topic: Bind help
Replies: 2
Views: 6771

Bind help

I have a need for a tcl that uses a PUB bind of any message that starts with "!"

I have tried:

bind pub - ! scheck

but that only triggers if the ! is by itself, not a !*

Any help would be greatly appreciated

Thanks,
Tipi