Administrators coders-irc_Bot Posted November 3, 2022 Administrators Report Share Posted November 3, 2022 ;remotes ;usage: /agreet <nick> <message> ;will only activate one every 5 seconds for each nick. remove the set line to disable it. on *:join:#coders-irc-lounge: { var %e $+($nick,.txt) if ($read(%e) && !%flood. [ $+ [ $nick ] ]) { echo -a $readn msg # $read(%e, $rand(1,$readn)) set -u5 $+(%,flood,.,$nick) 1 } } alias agreet { write -a $+($1,.txt) $2- } Quote Link to comment Share on other sites More sharing options...