From 0ec057d23ba66cb3412caff81d6384dc3074fad9 Mon Sep 17 00:00:00 2001 From: "Robert \"ar\" Gerus" Date: Tue, 4 Jun 2013 21:30:57 +0200 Subject: [PATCH] A comment about the EM loop --- run.rb | 2 ++ 1 file changed, 2 insertions(+) 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]