Binding all privmsgs.

Old posts that have not been replied to for several years.
Locked
B
Bro

Post by Bro »

Hiya,

I want to bind all privmsgs that are not recognized as commands to a proc, how should I do this? Is there some smart way to do it, or should I just do

Code: Select all

bind msgm -|- * msg_handle_proc
and then check the arguments for any of the command keywors (help, whois, etc.) ..

Any ideas?
Locked