aboutsummaryrefslogtreecommitdiff
path: root/core/irc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'core/irc.rb')
-rw-r--r--core/irc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/irc.rb b/core/irc.rb
index 0cde75d..fdb2ad7 100644
--- a/core/irc.rb
+++ b/core/irc.rb
@@ -35,6 +35,7 @@ module Dinobot
def gets
str = @socket.gets
+ str.chomp! unless str.nil?
@logger.in str.inspect