Fix a couple of typos

This commit is contained in:
Terence Simpson 2009-10-15 21:21:50 +01:00
parent 7791f6e416
commit d77f7ee6b8
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ class Bugtracker(callbacks.PluginRegexp):
self.shorthand = utils.abbrev(self.db.keys())
# Schedule bug reporting
self.shown {}
self.shown = {}
if self.registryValue('imap_server') and self.registryValue('reportercache'):
try:
schedule.removeEvent(self.name() + '.bugreporter')

View File

@ -166,7 +166,7 @@ launchpad"""
irc.error(conf.supybot.replies.incorrectAuthentication())
return
try:
user.addAuth(msg.prefix)
user.addAuth(msg.prefix)
except:
pass
try: