Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'cinch'
- require 'ostruct'
- require_relative "lib/eve/plugins/weather"
- Config = OpenStruct.new
- Config.dispatch = ["Namaste"]
- bot = Cinch::Bot.new do
- configure do |c|
- c.server = "s4tisf4ction.catiechat.net"
- c.channels = ["#Eve"]
- c.nick = "Victoria"
- c.user = "Eve"
- c.realname = "Eve Test Version"
- c.password = "b0xxy5476"
- c.plugins.plugins = [Cinch::Plugins::Weather];
- end
- end
- bot.start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement