From 047470f37141d8ac3cf86e6ae6e96cb1e1a97ae1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 5 Apr 2003 19:45:48 +0000 Subject: [PATCH] Fixed gkstats 'last seen' regexp. --- plugins/Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Http.py b/plugins/Http.py index b03bb320e..d9647113f 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -150,7 +150,7 @@ class Http(callbacks.Privmsg): _gkrecord = re.compile(r'"#FFFF00">(\d+)[^"]+"#FFFF00">(\d+)[^"]+'\ '"#FFFF00">(\d+)') _gkteam = re.compile(r'Team:\s+(.*?)\s+Last time') - _gkseen = re.compile(r'seen on GK:\s+([^[]+)\s*') + _gkseen = re.compile(r'seen on GK:\s+([^[]+)\s+') def gkstats(self, irc, msg, args): """