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