# File lib/rbot/irc.rb, line 1506
    def channel_names
      @channels.map { |ch| ch.downcase }
    end