mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
unaddressed will be the bane of me!
This commit is contained in:
parent
102c2d7af3
commit
3b9492d1ba
@ -755,7 +755,7 @@ class Infobot(callbacks.PrivmsgCommandAndRegexp):
|
|||||||
if self.db.hasIs(dynamic.channel, key):
|
if self.db.hasIs(dynamic.channel, key):
|
||||||
oldValue = self.db.getIs(dynamic.channel, key)
|
oldValue = self.db.getIs(dynamic.channel, key)
|
||||||
if oldValue.lower() == value.lower() and \
|
if oldValue.lower() == value.lower() and \
|
||||||
self.registryValue('unaddress.replyExistingFactoid',
|
self.registryValue('unaddressed.replyExistingFactoid',
|
||||||
dynamic.channel):
|
dynamic.channel):
|
||||||
self.reply('I already had it that way, %s.' % msg.nick)
|
self.reply('I already had it that way, %s.' % msg.nick)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user