From b4633370ce813b4b47a58e2a7e990804fb59000b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 5 Aug 2003 05:02:21 +0000 Subject: [PATCH] Forgot to add the % name to the 'no user' gkstats response. --- plugins/Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Http.py b/plugins/Http.py index c6865de6b..262f52741 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -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: