# File lib/rbot/irc.rb, line 983
    def away=(msg="")
      if msg
        @away = msg
      else
        @away = false
      end
    end