hello,
i'm new here on the forums but i have done some scripting.
i need help with a welcome script. i've seen allot welcome scripts but i am looking for a script that uses a different floodprotection.
the one i use now is:
on 1:JOIN:#: {
if ($me isop $chan) {
if (($($+(%,flood.,$chan),2))) {
inc -u3 %flood. $+ $chan
unset %chan. $+ $chan
set %chan. $+ $chan $chan
msg $chan Hi $nick $+ , welcome to $right(%chan. $+ $chan,-1) $+ 's Channel.
}
}
}
i use this in multiple channels and want to keep using multiple channels..
i want it to be like when multiple people join in a sertain ammount of time (lets say 3 seconds) then the output will be
hi nick1,nick2,etc , welcome to blabla
if someone has a solution for this i would be very happy.
i've asked a friend of me but he also didnt know how to do it without stopping the bot from using any other command