summaryrefslogtreecommitdiff
path: root/figlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'figlet.py')
-rw-r--r--figlet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/figlet.py b/figlet.py
index d36a2ed..1212f0d 100644
--- a/figlet.py
+++ b/figlet.py
@@ -4,6 +4,7 @@ import os
class Figlet(object):
+
def onChanMsg(self, IRC, user, channel, targetprefix, msg):
matches = re.findall("^!figlet\\s+(.*)$", msg)
if matches: