Updated for some privacy issues.

This commit is contained in:
Jeremy Fincher 2004-07-19 22:07:15 +00:00
parent e7595471ba
commit 40ec693b8a

View File

@ -220,10 +220,10 @@ class Admin(privmsgs.CapabilityCheckingPrivmsg):
assert hasattr(irc, 'msg') assert hasattr(irc, 'msg')
if ircutils.strEqual(irc.msg.args[0], channel): if ircutils.strEqual(irc.msg.args[0], channel):
irc.error('I can\'t change nicks, ' irc.error('I can\'t change nicks, '
'%s is +m and I\'m -v.' % channel) '%s is +m and I\'m -v.' % channel, private=True)
else: else:
irc.error('I can\'t change nicks, ' irc.error('I can\'t change nicks, '
'a channel is +m and I\'m -v in it.') 'a channel I\'m in is +m and I\'m -v in it.')
else: else:
self.log.debug('Got 438 without Admin.nick being called.') self.log.debug('Got 438 without Admin.nick being called.')