From 59a633972975838485014c610eae03d610a6fb06 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 7 Jan 2015 19:51:08 +0100 Subject: [PATCH] Unify "not logged in to NickServ" notices In some places, the bot says "not logged in to NickServ", while in other places, it saays "not identified with NickServ". This changes all such notices to use the first form. --- modules/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index de6aedd..9625996 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -6513,9 +6513,9 @@ def player_stats(cli, nick, chan, rest): acc = lusers[luser]['account'] if acc == '*': if luser == nick.lower(): - cli.notice(nick, 'You are not identified with NickServ.') + cli.notice(nick, 'You are not logged in to NickServ.') else: - cli.notice(nick, user + ' is not identified with NickServ.') + cli.notice(nick, user + ' is not logged in to NickServ.') return else: