# File lib/rbot/ircsocket.rb, line 369
    def queue(msg, chan=nil, ring=0)
      @sendq.push msg, chan, ring
    end