Skip to content

Instantly share code, notes, and snippets.

@LTe
Created June 5, 2012 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LTe/2876758 to your computer and use it in GitHub Desktop.
Save LTe/2876758 to your computer and use it in GitHub Desktop.
require 'muzang'
require 'muzang-plugins'
require 'muzang-plugins/muzang-soupirc'
require 'muzang-plugins/muzang-google'
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.register_plugin(RubyGems)
@bot.register_plugin(SoupIRC)
@bot.register_plugin(Google)
@bot.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment