can i run one proc with 2 flags?
like
bind pub D|V procname
D and V is flags..
tnx
Code: Select all
bind pub D|V [string trim $g_trigger]add g_add
on tcl..
Code: Select all
01:00:14] <Botnick> [00:00] #Ultralord# whois ul
[01:00:15] <Botnick> HANDLE PASS NOTES FLAGS LAST
[01:00:15] <Botnick> uL no 0 V never (nowhere)
[01:00:15] <Botnick> #mychannel - never
PUBM (stackable)
bind pubm <flags> <mask> <proc>
procname <nick> <user@host> <handle> <channel> <text>
Description: just like MSGM, except it's triggered by things said on a channel instead of things /msg'd to the bot. The mask is matched against the channel name followed by the text and can contain wildcards. If the proc returns 1, Eggdrop will not log the message that triggered this bind. PUBM binds are processed before PUB binds. If the exclusive-binds setting is enabled, PUB binds will not be trigged by text that a PUBM bind has already handled.