# File lib/autumn/stem_facade.rb, line 136
    def set_channel_property(channel, property, argument=nil)
      channel = normalized_channel_name(channel)
      propcode = server_type.channel_property.index(property).chr if server_type.channel_property.value? property
      propcode ||= property
      mode channel, "+#{propcode}", argument
    end