unaddressed will be the bane of me!

This commit is contained in:
James Vega 2005-01-11 19:55:27 +00:00
parent 102c2d7af3
commit 3b9492d1ba

View File

@ -755,7 +755,7 @@ class Infobot(callbacks.PrivmsgCommandAndRegexp):
if self.db.hasIs(dynamic.channel, key):
oldValue = self.db.getIs(dynamic.channel, key)
if oldValue.lower() == value.lower() and \
self.registryValue('unaddress.replyExistingFactoid',
self.registryValue('unaddressed.replyExistingFactoid',
dynamic.channel):
self.reply('I already had it that way, %s.' % msg.nick)
return