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.

Stacking binds - revisited

Old posts that have not been replied to for several years.
Locked
a
acm

Stacking binds - revisited

Post by acm »

I have a number of binds that look like this:

Code: Select all

bind pub - !quote quote
but I want to stack it w/this bind:

Code: Select all

bind pubm - * updateDB
Of course the 'pub' type isn't stackable, so what I need is a mask for pubm that looks something like this (to replace the first bind):

Code: Select all

bind pubm - !quote* quote
but that doesn't seem to execute when someone in the channel types !quote (although it does execute the updateDB proc).

Could someone give me a pointer as to what the mask should be?

Thanks,
acm
Locked