diff --git a/modules/IrcAdmin.py b/modules/IrcAdmin.py index a3f9153..7002d03 100644 --- a/modules/IrcAdmin.py +++ b/modules/IrcAdmin.py @@ -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;