mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Forgot to add the % name to the 'no user' gkstats response.
This commit is contained in:
parent
29f0b638b2
commit
b4633370ce
@ -237,7 +237,7 @@ class Http(callbacks.Privmsg):
|
||||
(name, rating, games, w, l, d, seen))
|
||||
except AttributeError:
|
||||
if profile.find('User %s not found!' % name) != -1:
|
||||
irc.error(msg, 'No user %s exists.')
|
||||
irc.error(msg, 'No user %s exists.' % name)
|
||||
else:
|
||||
irc.error(msg, 'The format of the page was odd.')
|
||||
except urllib2.URLError:
|
||||
|
Loading…
Reference in New Issue
Block a user