sbp / phenny

Python IRC bot
http://inamidst.com/phenny/
380 stars 232 forks source link

Better multiple events support #25

Open HQ063 opened 11 years ago

HQ063 commented 11 years ago

This update allows a module to catch multple events in the same method using lists. It supports the * wildcard. Before the update, you must catch events one by one in differents methods.