diff options
Diffstat (limited to 'figlet.py')
-rw-r--r-- | figlet.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |