# File rbot/ircsocket.rb, line 91 def gets reply = @sock.gets if(reply) reply.strip! end debug "RECV: #{reply.inspect}" reply end