diff --git a/run.rb b/run.rb index 4cb42c4..d2d7f75 100755 --- a/run.rb +++ b/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]