My post was adressed to Epic, not to you Fernet smile

Edit: but I was saying you should update these three lines:

else { bot_stop | .timerBOTSTART 1 1800 bot_start $chan }
to
else { bot_stop | .timerBOTSTART 1 1800 bot_start $unsafe($chan) }

rand_msg $1 | .timerRANDMSG 0 60 rand_msg $1
to
rand_msg $1 | .timerRANDMSG 0 60 rand_msg $unsafe($1)

alias -l rand_msg { bs say $1 $read(addons\miefrasibot\frasibot.txt) }
to
alias -l rand_msg { bs say $1 $read(addons\miefrasibot\frasibot.txt,tn) }

Last edited by Wims; 04/03/24 06:33 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel