summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-08 00:58:04 +0100
committerAlex Legler <alex@a3li.li>2015-03-08 00:58:04 +0100
commite35507a1a7e5862fb96fb96ae73375e63a8c6d19 (patch)
tree19ebe6460b9b4610714a9aa5df3915dd1cab3636
parentFix require (diff)
downloadudp2irc-e35507a1a7e5862fb96fb96ae73375e63a8c6d19.tar.gz
udp2irc-e35507a1a7e5862fb96fb96ae73375e63a8c6d19.tar.bz2
udp2irc-e35507a1a7e5862fb96fb96ae73375e63a8c6d19.zip
Also adapt actual usage of the plugin
-rw-r--r--udp2irc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/udp2irc.rb b/udp2irc.rb
index 46d3d05..5fc7635 100644
--- a/udp2irc.rb
+++ b/udp2irc.rb
@@ -13,7 +13,7 @@ bot = Cinch::Bot.new do
c.user = IRC_USER
c.password = IRC_PASS
c.realname = IRC_RELNAME
- c.plugins.plugins = [WikiPlugin]
+ c.plugins.plugins = [MessagePlugin]
end
end