mirc scripting

M

Michael

Guest
also ich hab da ein kleines script problem: ich will, dass mein bot jemanden kickt, der für 1o min nix sagt! also hier ist mal, was ich so habe:
on 1500:text:!timekick*:#:{
if ($2 == on) { .enable #timekick | .msg $chan 5Timekick aktiviert! | set %last.used.command !timekick on | set %last.person $nick | /set %st.timekick on | halt }
if ($2 == off) { .disable #timekick | .msg $chan 5Timekick deaktiviert! | set %last.used.command !timekick off | set %last.person $nick | /set %st.timekick off | halt }
}
#timekick on
ON 1:TEXT:*:#star:{ timerkick $+ $nick 600 kick $chan $nick }
#timekick end

das geht aber leider nicht! könntet ihr mir da bitte weiterhelfen!
 
Zurück
Oben