A comment about the EM loop
This commit is contained in:
parent
9cf5513b7c
commit
0ec057d23b
1 changed files with 2 additions and 0 deletions
2
run.rb
2
run.rb
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue