reload should call irc.reload_module, not unload_module

This commit is contained in:
Brian S. Stephan 2011-01-07 19:09:09 -06:00
parent d637983ae1
commit efb92ddc83
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class IrcAdmin(Module):
"""
whats = what.split(' ')
return self.reply(connection, replypath, self.irc.unload_module(whats[1]))
return self.reply(connection, replypath, self.irc.reload_module(whats[1]))
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;