summaryrefslogtreecommitdiffstats
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 453dbc4..e45c035 100755
--- a/bot.py
+++ b/bot.py
@@ -205,7 +205,7 @@ class Phenny(irc.Bot):
items = self.commands[priority].items()
for regexp, funcs in items:
for func in funcs:
- if event != func.event: continue
+ if event != func.event and func.event != '*': continue
match = regexp.match(text)
if match: