Fixed variable name typo

This commit is contained in:
Jeremy Fincher 2003-03-31 08:13:23 +00:00
parent 68440bd83a
commit e9f41a2f82

View File

@ -309,7 +309,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
callbacks = irc.removeCallback(name)
if callbacks:
for callback in callbacks:
callbacks.die()
callback.die()
try:
moduleInfo = imp.find_module(name)
except ImportError: