This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

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