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.
Help for those learning Tcl or writing their own scripts.
-
rtk
- Voice
- Posts: 7
- Joined: Fri Apr 22, 2005 7:46 am
Post
by rtk »
I need a simple help ...
I've a script with
That bind "msg" and consider the rest of message .
Now I want to bind all message .
I've tried with
bind msg *|* "*" p:msg
bind msg *|* "" p:msg
bind msg *|* * p:msg
What is the solution ?
Thanks
-
]Kami[
- Owner
- Posts: 590
- Joined: Thu Jul 24, 2003 2:59 pm
- Location: Slovenia
-
Contact:
Post
by ]Kami[ »
Instead of bind msg use bind msgm
eg. bind msg -|- "*" proc:msgm
....
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
]Kami[ wrote:eg. bind msg -|- "*" proc:msgm
]Kami[ meant
again ]Kami[