bind pub can be used to bind nonstackable triggers,
and bind pubm for stackable (chainable) triggers.
but i want to be able to trigger a command to halt bind pubm processing, so that i can tell eggdrop, from one of my binc pubm triggered functions, to not proceed through the rest of its chain of triggers that have been registered through bind pubm. sort of like a haltdef in mirc scripting.
that might be impossible, if (and im almost sure it is) pub is proceeded before pubm. I dont know the exact order, but keep it in mind . You can usually prevent pubm beeing called, if the pub bind returns 1, but I never heard from a thing upsidedown .
suggestion: unbind the pub command and call it from the pubm proc instead and relay the arguments.
Description: party line and file system users have their text sent
through filt before being processed. If the proc returns a blank
string, the text is considered parsed. Otherwise, the bot will use
the text returned from the proc and continue parsing that
Module: core
this sounds like a partyline only bind, doesnt it?
You probably mean a bind to RAW and return with 1 to prevent further processing.
Last edited by De Kus on Tue Feb 08, 2005 2:41 pm, edited 1 time in total.