The ini file worked for me fine. You might need to create the "welcome.ini" file in your mIRC folder. Then just edit it how he posted...
user1=message here
user2=message here
etc, etc...
I did this, the only change i made is that i called it Regulars.ini but i replaced the name in the script also but not working at all, replaced it like such
mytwitchname=custom message here
user2=message here
So placed Regs.ini @ "C:\Users\Raincloud\AppData\Roaming\mIRC"
With on *:join:mychannel: {
if ($readini(Regs.ini,Messages,$nick)) msg # $v1
else {
if (%floodwelcome) || ($($+(%,floodwelcome.,$nick),2)) { return }
set -u0 %floodwelcome On
set -u0 %floodwelcome. $+ $nick On
msg # $readini(Regs.ini,Messages,Unknown)
}
}
I changed flood while testing