IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum

IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum (https://www.ircforumu.net/)
-   Hazır Kodlar (https://www.ircforumu.net/hazir-kodlar/)
-   -   !Whois Nick (https://www.ircforumu.net/hazir-kodlar/5104-whois-nick.html)

immortaL 23 Kasım 2016 17:46

!Whois Nick
 
Kod:

on $*:text:/^!whois\s(.*)/iS:#:{  if ($2) {
    set %WhoisResult $chan
    whois $2
  }
  else { msg $chan Syntax is !whois . }
}
raw 401:*:{ msg %WhoisResult No such nick/channel: $2 | halt }
raw 311:*:{
  msg %WhoisResult İsim: $2
  msg %WhoisResult FuLLName: $mid($gettok($2-,2,42),2,99)
  msg %WhoisResult ident-host $mid($address($2,1),4,99)
  halt
}
raw 379:*:{ msg %WhoisResult Mod: $6- | halt }
raw 378:*:{ msg %WhoisResult ID-İp: $6 IP: $7 | halt }
raw 312:*:{ msg %WhoisResult Bağlı (Ağ): $3 - $remove($4-,$chr(58)) | halt }
raw 319:*:{ msg %WhoisResult Kanallar: $3- | halt }
raw 317:*:{
  msg %WhoisResult Bağlı Olduğu Süre: $replace($duration($calc($ctime - $4)),wk, Week,min, Minute,sec, Second,day, Day,hr, Hour)
  msg %WhoisResult boş Oldugu Süre: $replace($duration($3),wk, Week,min, Minute,sec, Second,day, Day,hr, Hour)
  halt
  }



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 15:27.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2005 - 2023 IRCForumu.Net - Tüm Hakları Saklıdır.