- Sets the channel that repop will be reported on. repop setcolor1 - Sets first color code. repop setcolor2 - Sets second color code. ------------------------------------------------------------------------------- ]]> Note(GetPluginInfo(GetPluginID(), 3)) SetVariable("reporting_channel", "%1") reporting_channel = "%1" Note("The reporting channel has been set to '".. reporting_channel.. "'.") SetVariable ("color1", "%1") color1 = "%1" Note("Color 1 has been set to '".. color1.. "'.") SetVariable ("color2", "%1") color2 = "%1" Note("Color 2 has been set to '".. color2.. "'.")