summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/linkbot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/linkbot.rb')
-rw-r--r--data/rbot/plugins/linkbot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/linkbot.rb b/data/rbot/plugins/linkbot.rb
index 360735e9..b9e7f511 100644
--- a/data/rbot/plugins/linkbot.rb
+++ b/data/rbot/plugins/linkbot.rb
@@ -31,7 +31,7 @@ class LinkBot < Plugin
:desc => "List of regexp which match linkbot messages; each regexp needs to have three captures, which in order are the nickname of the original speaker, network, and original message",
:on_change => proc {|bot, v| bot.plugins['linkbot'].update_patterns})
# TODO use template strings instead of regexp for user friendliness
-
+
# Initialize the plugin
def initialize
super