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
Any ideas?
Code: Select all
bind msgm -|- * msg_handle_proc