# File lib/rbot/irc.rb, line 1047 def channels if @server @server.channels.select { |ch| ch.has_user?(self) } else Array.new end end