Sgkk alias
Platform: mIRC
Published Dec 10, 2011
Updated Dec 10, 2011
I use it to help me remember the commands for #sgkk on Rizon
/sgkk
fun
channel
releases
other
/sgkk
!apples
!loli
!sw
!cookie
!mizore
!sgkk
/sgkk
!rules
!topic
!help
!tt sgkk
!welcome
/sgkk
@find
!list
!releases
/sgkk
!tracker
!status
!peak
!stats
!quotes
!fabulous
!jecht
!win
!fail
!bar
!misc
!pickpocket
!rape
!fml
!bb
/sgkk
!lottery
!roulette
alias sgkk {
if ($1 == $null) {
echo 3 -a fun
echo 3 -a channel
echo 3 -a releases
echo 3 -a other
}
if ($1 == fun) {
echo 4 -a !apples
echo 4 -a !loli
echo 4 -a !sw
echo 4 -a !cookie
echo 4 -a !mizore
echo 4 -a !sgkk
}
if ($1 == channel) {
echo 3 -a !rules
echo 3 -a !topic
echo 3 -a !help
echo 3 -a !tt sgkk
echo 3 -a !welcome
}
if ($1 == releases) {
echo 3 -a @find
echo 3 -a !list
echo 3 -a !releases
}
if ($1 == other) {
echo 3 -a !tracker
echo 3 -a !status
echo 3 -a !peak
echo 3 -a !stats
echo 3 -a !quotes
echo 3 -a !fabulous
echo 3 -a !jecht
echo 3 -a !win
echo 3 -a !fail
echo 3 -a !bar
echo 3 -a !misc
echo 3 -a !pickpocket
echo 3 -a !rape
echo 3 -a !fml
echo 3 -a !bb
}
if ($1 == gamble) {
echo 3 -a !lottery
echo 3 -a !roulette
}
}