Fixed gkstats 'last seen' regexp.

This commit is contained in:
Jeremy Fincher 2003-04-05 19:45:48 +00:00
parent a708471a45
commit 047470f371
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""<name>