From 953e79e4581dbcc60aade57622d20ff9f0468acd Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Jan 2004 19:54:12 +0000 Subject: [PATCH] Changed a log entry. --- plugins/Services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Services.py b/plugins/Services.py index 55ca78327..02250bae5 100644 --- a/plugins/Services.py +++ b/plugins/Services.py @@ -153,7 +153,7 @@ class Services(privmsgs.CapabilityCheckingPrivmsg): if nickserv: self._doGhost(irc) else: - self.log.warning('do433 called without plugin being started.') + self.log.warning('do433 called without NickServ being set.') def doNick(self, irc, msg): nick = self.registryValue('nick', irc.network)