Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.
Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
on 1:VOICE:#:{
if ($vnick == $me) {
.msg $chan 7*_* $nick Thank You For + (voice) ;)*_*
echo -a 7-_-1 $time 7-_- 12You are voiced on $chan by $nick4* 7_-_
}
}
on 1:DEVOICE:#:{
if ($vnick == $me) {
.msg $chan 7*_* $nick Whats the problem ?? :S Why Yoy Devoice me!? 7*_*
echo -a 7-_-1 $timestamp 7-_- You are Devoiced on $chan by $nick 4* 7_-_
}
}
on 1:OP:#:{
if ($opnick == $me) {
.msg $chan 7*_* OoOoOo $nick Tnank You For @(op) :) Now I am happy ;) 7*_*
echo -a 7-_-1 $time 7-_- You are Opped on $chan by $Nick4* 7_-_
}
}
on 1:DEOP:#:{
if ($opnick == $me) {
.msg $chan 7*_* Hmmmmzzz... Why You Deop Me $nick :( Now I am sad :( 7*_*
echo -a 7-_-1 $time 7-_- You Are deoped opn $chan by $nick 4* 7_-_
}
}
Whois System v2.0 By A1Team
menu * {
$iif($group(#whois) == on,disable,enable) Custom Whois: {
var %status = $iif($group(#whois) == on,Disable,Enable)
$+(.,%status) #whois
echo -ta 4ยป Custom whois has been $+(%status,d)
}
}
alias whoisnumerics return 301|307|310|311|312|313|314|317|318|319|320|330|335|338|369|378|379|401|406|671
#whois on
raw *:*: {
if ($istok($whoisnumerics,$numeric,124)) haltdef
if ($numeric == 301) echo -a 12-=4Away9: Yes: ( $+ $3- $+ )
elseif ($numeric == 307) echo -a 12-=4Registered NickName9: 4Yes.
elseif ($numeric == 310) echo -a 12-= 4IRC Helper9: 12Yes.
elseif ($numeric == 311) {
echo -a 12-=4NickName9:4 $2
echo -a 12-=4Real Name9:4 $6-
echo -a 12-=4Hostmask Address9: $3 $+ 4 $+ @ $+ 07 $+ $4
}
elseif ($numeric == 312) echo -a 12-=4Server9:4 $3
elseif ($numeric == 313) echo -a 12-=4Network Functions9: 4$5-9
elseif ($numeric == 314) {
echo -a 12-=4Nick9:4 $2
echo -a 12-=4Name9:4 $6-
echo -a 12-=4Hostmask9: $3 $+ 4 $+ @ $+ $4
}
elseif ($numeric == 317) {
echo -a 12-=4Signed on at9:4 $asctime($4,dddd dd/mm/yyyy HH:nn:ss)
echo -a 12-=4Time idle9:4 $duration($3)
echo -a 12-=4Time online9:4 $duration($calc($ctime - $4))
}
elseif ($numeric == 319) echo -a 12-=4Channels9:4 $3-
elseif ($numeric == 320) echo -a 12-=4Swhois9:4 $2-
elseif ($numeric == 330) echo -a 12-=4Authname9:4 $3
elseif ($numeric == 335) echo -a 12-=4Bot9:4 Yes
elseif ($numeric == 338) {
echo -a 12-=4Real Hostmask9:4 $3
echo -a 12-=4Real IP9:4 $4
}
elseif ($numeric == 378) echo -a 12-=4Connecting from9:4 $6-
elseif ($numeric == 379) echo -a 12-=4Modes9:4 $6-
elseif ($numeric == 401) echo -a 12-=4The nickname " $+ $2 $+ " is 12NOT 12online!
elseif ($numeric == 406) echo -a 12-=4The nickname " $+ $2 $+ " has 12NOT 12been online recently.
elseif ($numeric == 671) echo -a 12-=4Secure Connection9:4 Yes
}
#whois end