(17) RAW (stackable)
bind raw <flags> <keyword-mask> <proc>
procname <from> <keyword> <arg...>
previous versions of eggdrop required a special compile option to
enable this binding, but it's now standard; the mask is checked
against the keyword (either a numeric like "368" or a keyword like
"PRIVMSG"); from will be the server name or the source user (depending
on the keyword); flags are ignored; the order of the arguments is
identical to the order that the IRC server sends to the bot -- the
pre-processing only splits it apart enough to determine the keyword;
if the proc returns 1, eggdrop will not process the line any further
(THIS COULD CAUSE YOUR BOT TO BEHAVE ODDLY IN SOME CASES)