# File lib/rbot/irc.rb, line 1138 def set(val) nm = @channel.server.new_netmask(val) @list << nm unless @list.include?(nm) end