MIRC Aliases
ok lets face it im lazy so for a lil wile i learnded how to script for MIRC hear are the aliases i have written most are compleatly useless but nk i use alot. use full for when you get Disconected and rejoin before IRC knows your gone and you dont get your nick back
deopme {
/mode $chan -o $me
}
nk {
; Is my nick something other than Cheese
if ($me != cheese) {
echo 9 -a *** Changing nickname...
nick phredgreen
}
}
towel {
if ($me != mrtowely) {
nick MrTowely
Timer1 1 1 amsg Wanna get high?
}
if ($me == mrtowely) {
msg $chan Wanna get high?
}
Timer2 1 4 /nk
}
q {
/quit it aint easy being cheesy
}
d {
me dances and shakes his booty
}
any one have usefull ones?
|