# File lib/autumn/stem.rb, line 577 def channel_type(channel) type = server_type.channel_prefix[channel[0,1]] type ? type : :unknown end