My post was adressed to Epic, not to you Fernet

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) }