(17) RAW (stackable)
bind raw <flags> <keyword-mask> <proc>
procname <from> <keyword> <text>
Description: 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).
Module: server
But, my script responds to these msg's and so I don't need to see the raw log from the bot in the telnet/log... so I want to halt these default outputs
I really don't understand your code Iridium, because your code will still show the default output made by the bot when it receives a msg?
It has information on what return value you should give to log information, supress information, make eggdrop ignore it or make eggdrop continue prcessing the command itself.