mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +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+)[^"]+'\
|
_gkrecord = re.compile(r'"#FFFF00">(\d+)[^"]+"#FFFF00">(\d+)[^"]+'\
|
||||||
'"#FFFF00">(\d+)')
|
'"#FFFF00">(\d+)')
|
||||||
_gkteam = re.compile(r'Team:\s+(.*?)\s+Last time')
|
_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):
|
def gkstats(self, irc, msg, args):
|
||||||
"""<name>
|
"""<name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user