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 pub event to any command

Old posts that have not been replied to for several years.
Locked
d
d3r3d

Bind pub event to any command

Post by d3r3d »

Hi,
I'm trying to bind pub event to any command.. so no matter what text is types in put it will call the procedure.. heres what I tried:
bind pub - * pub_docheck

But it doesnt seem to work.. help please
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: Bind pub event to any command

Post by user »

First..why did you post this in this forum? Your problem is not even remotely related to any of slennox's scripts. The tcl forum is meant for general tcl questions. Check doc/tcl-commands.doc that comes with eggdrop and you'll see that pub binds don't accept wildcards in the mask.
Have you ever read "The Manual"?
d
d3r3d

Post by d3r3d »

sorry i didnt notice i was posting it in this forum
someone please move it
d
d3r3d

Post by d3r3d »

bump

is there any other way to do it?
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

So reading tcl-commands.doc is too hard for you? :P
'pubm' accepts wildcards in the mask.
Have you ever read "The Manual"?
Locked