From fa8f39a7258c07fdf95fc8fc94f6c980e992a029 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 5 Aug 2004 04:36:10 +0000 Subject: [PATCH] Slight style updates. --- src/User.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/User.py b/src/User.py index d8b46d878..19920006a 100755 --- a/src/User.py +++ b/src/User.py @@ -398,7 +398,7 @@ class User(callbacks.Privmsg): irc.replySuccess() except ValueError: irc.error('Your secure flag is true and your hostmask ' - 'doesn\'t match any of your known hostmasks.') + 'doesn\'t match any of your known hostmasks.') else: irc.error(conf.supybot.replies.incorrectAuthentication()) @@ -415,8 +415,8 @@ class User(callbacks.Privmsg): return user.unsetAuth() ircdb.users.setUser(id, user) - irc.replySuccess('If you remain recognized after giving this command,' - ' you\'re being recognized by hostmask, rather than ' + irc.replySuccess('If you remain recognized after giving this command, ' + 'you\'re being recognized by hostmask, rather than ' 'by password. You must remove whatever hostmask is ' 'causing you to be recognized in order not to be ' 'recognized.')