mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-28 05:51:16 -05:00
Fixed a bugz0r. We should also look in test-logs/misc.log for exceptions.
This commit is contained in:
parent
9720b79a48
commit
5d60ece2ac
@ -182,7 +182,7 @@ class Alias(callbacks.Privmsg):
|
|||||||
def __call__(self, irc, msg):
|
def __call__(self, irc, msg):
|
||||||
# Adding the aliases requires an Irc. So the first time we get called
|
# Adding the aliases requires an Irc. So the first time we get called
|
||||||
# with an Irc, we add our aliases and then delete ourselves :)
|
# with an Irc, we add our aliases and then delete ourselves :)
|
||||||
for (alias, (command, locked)) in self.aliases.iteritems():
|
for (alias, (command, locked)) in self.aliases.items():
|
||||||
try:
|
try:
|
||||||
self.addAlias(irc, alias, command, locked)
|
self.addAlias(irc, alias, command, locked)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user