Code: Select all
putquick "MODE $chanz +m" -next
he wants to have it a specified time, so he needs also:Alchera wrote:Just modify the script by inserting the following line before each of the 3 bans being set:Code: Select all
putquick "MODE $chanz +m" -next
Code: Select all
timer 10 [subst "pushmode $chanz -m"]
'subst'? how did you get that idea...try 'list' insteadDe Kus wrote:Code: Select all
timer 10 [subst "pushmode $chanz -m"]
this is a timer, meaning the bot will remove the +m after 10 minutes. If you want to decrease this to seconds you can use utimer. for example:Smurff wrote:timer 10 [subst "pushmode $chanz -m"]
Code: Select all
utimer 30 [list pushmode $dest -m]
lol, sorry, I don't know, figured it out just today. I don't know, I must have copied any script which used it wrong and then continued to use it @_o. fixed today already 2 scripts of mine relating to this . using subst works... as long there are no strings like [die] .user wrote:'subst'? how did you get that idea...try 'list' insteadDe Kus wrote:Code: Select all
timer 10 [subst "pushmode $chanz -m"]
Needless to say Alchera, I use the same script, well bit more modified according to my intentions on one of DALnet's largest populated channels, and the most flooded too. The script works fine there, no user, op, sop or anyone has complained ever.So, every poor sod using the same ISP gets banned for the error of just one user?