mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fixed gkstats 'last seen' regexp.
This commit is contained in:
parent
a708471a45
commit
047470f371
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user