mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Removed a print statement
This commit is contained in:
parent
a2d004b3bd
commit
fc0bbc34d2
@ -152,7 +152,6 @@ class Http(callbacks.Privmsg):
|
|||||||
seen = self._gkseen.search(profile).group(1)
|
seen = self._gkseen.search(profile).group(1)
|
||||||
if profile.find('Team:') >= 0:
|
if profile.find('Team:') >= 0:
|
||||||
team = self._gkteam.search(profile).group(1)
|
team = self._gkteam.search(profile).group(1)
|
||||||
print team
|
|
||||||
irc.reply(msg, '%s (team: %s) is rated %s and has %s active ' \
|
irc.reply(msg, '%s (team: %s) is rated %s and has %s active ' \
|
||||||
'games and a record of W-%s, L-%s, D-%s. ' \
|
'games and a record of W-%s, L-%s, D-%s. ' \
|
||||||
'%s was last seen on Gameknot %s' % \
|
'%s was last seen on Gameknot %s' % \
|
||||||
|
Loading…
Reference in New Issue
Block a user