Skip to content

Instantly share code, notes, and snippets.

@LTe
Created November 15, 2011 12:44
Show Gist options
  • Save LTe/1367003 to your computer and use it in GitHub Desktop.
Save LTe/1367003 to your computer and use it in GitHub Desktop.
source :rubygems
gem "muzang", "~> 1.0.0"
gem "muzang-plugins", "~> 1.0.0"
require 'muzang'
require 'muzang-plugins'
EM.run do
@bot = Muzang::Bot.new(irc_host: "irc.freenode.net", channels: ["#drug.pl"])
@bot.register_plugin(PlusOne)
@bot.register_plugin(LiveReload)
@bot.register_plugin(Motd)
@bot.register_plugin(Eval)
@bot.register_plugin(NerdPursuit)
@bot.register_plugin(Meme)
@bot.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment