A comment about the EM loop

master
Robert "ar" Gerus 2013-06-04 21:30:57 +02:00
parent 9cf5513b7c
commit 0ec057d23b
1 changed files with 2 additions and 0 deletions

2
run.rb
View File

@ -7,6 +7,8 @@ require 'em-irc'
require_relative 'config'
require_relative 'repost'
# Will have to change it to a normal EM loop if/when i'll want to make a usable
# local console for the bot.
repost = Repost.new do
host Config[:server][:host]