summaryrefslogtreecommitdiffstats
path: root/modules/seen.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/seen.py')
-rwxr-xr-xmodules/seen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/seen.py b/modules/seen.py
index f04d9c9..8ed41a8 100755
--- a/modules/seen.py
+++ b/modules/seen.py
@@ -27,7 +27,7 @@ def seen(phenny, input):
msg = "I last saw %s at %s on %s" % (nick, t, channel)
phenny.reply(msg)
else: phenny.reply("Sorry, I haven't seen %s around." % nick)
-seen.rule = (['seen'], r'(\S+)')'
+seen.rule = (['seen'], r'(\S+)')
@deprecated
def f_note(self, origin, match, args):