Changed a log entry.

This commit is contained in:
Jeremy Fincher 2004-01-30 19:54:12 +00:00
parent 6ecd46bada
commit 953e79e458
1 changed files with 1 additions and 1 deletions

View File

@ -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)