aboutsummaryrefslogtreecommitdiff
path: root/admin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'admin.rb')
-rw-r--r--admin.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin.rb b/admin.rb
index 3cffd1f..c505ef0 100644
--- a/admin.rb
+++ b/admin.rb
@@ -48,6 +48,8 @@ module Dinobot
argument.split.each do |x|
@bot.load_module x.intern
end
+
+ nil
end
def unload(user, channel, argument)
@@ -56,6 +58,8 @@ module Dinobot
argument.split.each do |x|
@bot.unload_module x.intern
end
+
+ nil
end
def listmodules(user, channel, argument)