Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
#KCounter on
on *:kick:#:if ( $nick == $me ) inc %kicks 1
alias kick { if ($me isop $1) && ($2 ison $1) { kick $1 $2 $3- Kick:# $+ %kicks $+ ] } }
#KCounter End
alias kcounter { dialog -m kcounter kcounter }
dialog kcounter {
title "Kick Counter"
size -1 -1 130 42
option dbu
edit ":Kick:+:Counter:", 1, 0 14 40 10, read
button "ON", 2, 59 7 21 11
button "OFF", 3, 59 22 21 11
text "KC", 4, 1 34 31 8, disable
button "Close", 5, 106 30 24 12, cancel
}
on 1:DIALOG:kcounter:sclick:*: {
if ( $did == 2 ) { /.enable #KCounter | echo -a *** Kick Counter Is Now On }
if ( $did == 3 ) { /.disable #KCounter | echo -a *** Kick Counter Is Now Off }
}