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.

Bind help

Help for those learning Tcl or writing their own scripts.
Post Reply
T
Tipi
Voice
Posts: 9
Joined: Wed Dec 14, 2005 12:13 pm

Bind help

Post by Tipi »

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
User avatar
avilon
Halfop
Posts: 64
Joined: Tue Jul 13, 2004 6:58 am
Location: Germany

Post by avilon »

Code: Select all

bind pubm - "% !*" scheck
T
Tipi
Voice
Posts: 9
Joined: Wed Dec 14, 2005 12:13 pm

Post by Tipi »

Thank you!
Post Reply