Fix typo: s/logged in/not logged in/

This commit is contained in:
nyuszika7h 2015-01-07 19:49:56 +01:00
parent fa326b5fb3
commit 667b824065

View File

@ -5853,7 +5853,7 @@ def allow_deny(cli, nick, chan, rest, mode):
del variable[acc]
msg = "\u0002{0}\u0002 (Account: {1}) is no longer {2} commands.".format(data[0], acc, "allowed any special" if mode == 'allow' else "denied any")
elif var.ACCOUNTS_ONLY:
msg = "Error: \u0002{0}\u0002 is logged in to NickServ.".format(data[0])
msg = "Error: \u0002{0}\u0002 is not logged in to NickServ.".format(data[0])
else:
if mode == "allow":