diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 00:58:04 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 00:58:04 +0100 |
commit | e35507a1a7e5862fb96fb96ae73375e63a8c6d19 (patch) | |
tree | 19ebe6460b9b4610714a9aa5df3915dd1cab3636 | |
parent | Fix require (diff) | |
download | udp2irc-e35507a1a7e5862fb96fb96ae73375e63a8c6d19.tar.gz udp2irc-e35507a1a7e5862fb96fb96ae73375e63a8c6d19.tar.bz2 udp2irc-e35507a1a7e5862fb96fb96ae73375e63a8c6d19.zip |
Also adapt actual usage of the plugin
-rw-r--r-- | udp2irc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |