diff options
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/grouphug.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rbot/plugins/grouphug.rb b/data/rbot/plugins/grouphug.rb index 90527fb7..5a1890a2 100644 --- a/data/rbot/plugins/grouphug.rb +++ b/data/rbot/plugins/grouphug.rb @@ -71,7 +71,8 @@ class GrouphugPlugin < Plugin confession = @confessions.pop m.reply confession end - rescue + rescue Exception => e + error e m.reply "failed to connect to grouphug.us" end end |