# File lib/rbot/irc.rb, line 1753 def user_or_channel?(name) if supports[:chantypes].include?(name[0]) return Channel else return User end end