mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Slight style updates.
This commit is contained in:
parent
9ea8a9e55b
commit
fa8f39a725
@ -398,7 +398,7 @@ class User(callbacks.Privmsg):
|
|||||||
irc.replySuccess()
|
irc.replySuccess()
|
||||||
except ValueError:
|
except ValueError:
|
||||||
irc.error('Your secure flag is true and your hostmask '
|
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:
|
else:
|
||||||
irc.error(conf.supybot.replies.incorrectAuthentication())
|
irc.error(conf.supybot.replies.incorrectAuthentication())
|
||||||
|
|
||||||
@ -415,8 +415,8 @@ class User(callbacks.Privmsg):
|
|||||||
return
|
return
|
||||||
user.unsetAuth()
|
user.unsetAuth()
|
||||||
ircdb.users.setUser(id, user)
|
ircdb.users.setUser(id, user)
|
||||||
irc.replySuccess('If you remain recognized after giving this command,'
|
irc.replySuccess('If you remain recognized after giving this command, '
|
||||||
' you\'re being recognized by hostmask, rather than '
|
'you\'re being recognized by hostmask, rather than '
|
||||||
'by password. You must remove whatever hostmask is '
|
'by password. You must remove whatever hostmask is '
|
||||||
'causing you to be recognized in order not to be '
|
'causing you to be recognized in order not to be '
|
||||||
'recognized.')
|
'recognized.')
|
||||||
|
Loading…
Reference in New Issue
Block a user