Closed beren12 closed 2 years ago
change
elseif (messageDest ~= nil) then
local chanNum = tonumber(reportTo);
to
elseif (messageDest ~= "") then
local chanNum = tonumber(reportTo);
should also change the max number of channels to 99 i have toons in 17 channels...
is there a reason to have a max number at all?