summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/bans.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/bans.rb')
-rw-r--r--data/rbot/plugins/bans.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/rbot/plugins/bans.rb b/data/rbot/plugins/bans.rb
index 03fe2f34..3570ec35 100644
--- a/data/rbot/plugins/bans.rb
+++ b/data/rbot/plugins/bans.rb
@@ -203,6 +203,7 @@ class BansPlugin < Plugin
m.okay
rescue
+ error $!
m.reply $!
end
end
@@ -236,6 +237,7 @@ class BansPlugin < Plugin
autos.delete rule if rule.host == host
}
rescue
+ error $!
m.reply $!
end
end
@@ -301,6 +303,7 @@ class BansPlugin < Plugin
m.okay
rescue
+ error $!
m.reply $!
end
end
@@ -334,6 +337,7 @@ class BansPlugin < Plugin
wl.delete rule if rule.host == host
}
rescue
+ error $!
m.reply $!
end
end
@@ -350,6 +354,7 @@ class BansPlugin < Plugin
return channel
rescue
+ error $!
m.reply $!
end
end