Piczo

Log in!
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.
Ok, I got it
Addons Are Down :)
A1Team Snippets
---------------------------------------------------------------
Whois System By A1Team
Voice,Devoice,Op,Deop Msg's
;--------------------------
;-- Whois Sys 1.0 --
;---- By A1Team ----
;--------------------------

on *:LOAD:{
  echo -s 4A114Team 4W14hois 4S14ystem 4v141.0 4B14y 4A114Team
}
raw 312:*:.window @whois | echo @whois 4C14onnected 4T14hrough 4S14erver 9: 4 $3 ( $+ $4- $+ ) $+  | halt
raw 319:*:.window @whois | echo @whois 4C14hannels9: 4 $3- $2  | halt
raw 307:*:.window @whois | echo @whois 4 $+ $2  4I14s 4A 4R14egistered 4N14ick4N14ame | halt
raw 318:*:.window @whois | echo @whois 4*14*4*14*4*14*4*14*4*14* 4E14nd 4O14f 9/4w14hois 4R14eport 4F14or $2 $+ 4*14*4*14*4*14*4*14*4*14*
raw 313:*:.window @whois | echo @whois 4 $+ $2  4I14s 4 $5- $+  | halt
raw 301:*:.window @whois | echo @whois 4A14way9: 4 $3- $+  | halt
raw 317:*:.window @whois | echo @whois 4I14dle9: 4 $2  4I14s 4 Idle $duration($idle)  | .window @whois | echo @whois 4C14onnected 4O14n9: 4 $asctime($3) $+  }
raw 311:*:{.window @whois | echo @whois 4*14*4*14*4*14*4*14*4*14* 4W14hois 4R14eport 4F14or $2 $2 4*14*4*14*4*14*4*14*4*14*
  .window @whois | echo @whois 4R14eal 4N14ame9: 4 $6- $+ 
  .window @whois | echo @whois 4I14dent 4A14nd 4H14ost9: 4 $3 $+ @ $4 $+  | halt
}
}
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
Away System v1.0 By A1Team
[]-->
Download