I need some help in finding an exhaustive list of keywords (rather than numerics) that can be used in RAW binds. The documentation isn't particularly helpful.
This is a list of the keywords for which at least one RAW bind seems to exist in an eggdrop's build by default :-
ERROR
INVITE
JOIN
KICK
MODE
NICK
NOTICE
PART
PING
PONG
PRIVMSG
QUIT
TOPIC
WALLOPS
Can I assume this list is exhaustive?
If there are more, where can I find the information required to derive a more complete list?
Your best documentation would be the rfc1459 or the newer ones (don't remember it's number atm), as the raw binding simply matches the mask against the first word of the recieved commmand line.
This makes eggdrop very flexible with non-standard irc servers that implement additional commands.