Top

whois script


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  7.0
Scores Submitted  2
Date Added  Sep 05, 2007
Last Updated  Sep 06, 2007
Tags  calculator 
  Bookmark and Share

Introduction

Its Whois Script u just have to type

.w $nick

in the channel
there is a example.
____________________________________________________________
<M[n]M> .w M[n]M
<M-BoT> [Whois]
<M-BoT> ·Nickname: M[n]M
<M-BoT> ·Name: [_ ([]) [_
<M-BoT> ·Identity: ~M&M
<M-BoT> ·Host: Chat.Simus.Uz
<M-BoT> ·Registered: Yes
<M-BoT> ·Channels: +#mp3 #simus
<M-BoT> ·Server: chat.simus.uz
<M-BoT> ·Description: Simus IRC Server
<M-BoT> ·Idle Time: 1sec
<M-BoT> ·SignOn: Wed Sep 05 23:40:26 2007
<M-BoT> [End of Whois]
_____________________________________________________________

Grab the Code

Comments

  (10)  RSS
M[n]M
Comments: 95
 
mIRC Snippet:  whois script
Posted on Sep 5, 2007 6:39 pm
btw the key is .w $nick
and u gotto put it in your Remote :)
mountaindew
Comments: 1,540
 
mIRC Snippet:  whois script
Posted on Sep 5, 2007 6:41 pm
quit makin it a wildcard, you dont need *word* just word*
mountaindew
Comments: 1,540
 
mIRC Snippet:  whois script
Posted on Sep 5, 2007 6:42 pm
other than that good job :P
mountaindew
Comments: 1,540
 
mIRC Snippet:  whois script
Posted on Sep 5, 2007 6:45 pm
you might wanna put in the introduction to go in a channel w/o flood protection or shut flood protection off
CharltonJ
Comments: 37
 
mIRC Snippet:  whois script
Posted on Sep 6, 2007 2:23 am
if they join proxies they will flood your bot... you can do it like this..

-

on *:text:*.w*:#: {
if (%Whois.antispam != $null) { halt }
else {
set -u30 %Whois.antispam activated
set %chan $chan
whois $2
}
}

raw 311:*:{ .msg %chan [12W7hois1] | .msg %chan 4·12Nickname:7 $2 | .msg %chan 4·12Name:7 $6- | .msg %chan 4·12Identity:7 $3 | .msg %chan 4·12Host:7 $4 | .halt }
raw 307:*:{ .msg %chan 4·12Registered:7 Yes | .halt }
raw 319:*:{ .msg %chan 4·12Channels:7 $3- | .halt }
raw 312:*:{ .msg %chan 4·12Server:7 $3 | .msg %chan 4·12Description:7 $4- | .halt }
raw 328:*:{ .msg %chan 4·12IP:7 $7- | halt }
raw 317:*:{ .msg %chan 4·12Idle Time:7 $replace($duration($3),wks,wks,wk,week,hrs,hrs,hr,hr,mins,mins,min,mim,secs,secs,sec,sec,days,days,day,day) | .msg %chan 5·12SignOn:7 $asctime($4) | .halt }
raw 418:*:{ .msg %chan $e $+ 7 $3- | .halt }
raw 318:*:{ .msg %chan $e $+ [12E7nd 12o7f 12W7hois1] | .halt }
raw 313:*:{ .msg %chan 4·12IRCop:7 $5- | .halt }
raw 308:*:{ .msg %chan 4·12Service Agent:7 Yes | .halt }
raw 310:*:{ if (austnet.org isin $server) { .msg %chan 4·12Service:7 Yes | halt } | else { .msg %chan 4·12Helpful:7 $3- | .halt } }
raw 309:*:{ .msg %chan 4·12Language:7 $3- | .halt }
raw 325:*:{ .msg %chan 4·12Language Filter: 7 $+ $3- | .halt }
raw 301:*:{ .msg %chan 4·12Away:7 $3- | .halt }
raw 333:*:{ .msg %chan [Topic] Set By: $+ $3 $rc(]-[) $+ $asctime($4,dddd) $+ , $asctime($4,mmmm doo) at $asctime($4,h:nn:sstt) | halt }


:P
M[n]M
Comments: 95
 
mIRC Snippet:  whois script
Posted on Sep 6, 2007 3:30 pm
ok i updated it :)
ermansanidhya
Comments: 43
 
mIRC Snippet:  whois script
Posted on Sep 17, 2007 4:05 am
hmmm is good but too much reply. How about if change to notice $nick :)
bourneident
Comments: 26
 
mIRC Snippet:  whois script
Posted on Feb 20, 2008 3:50 pm
can you make this so it only notices the nick that triggers it so no one else see\'s it in the chan
bourneident
Comments: 26
 
mIRC Snippet:  whois script
Posted on Feb 25, 2008 7:26 am
notices the nick that triggers it so only that person sees it change yourserver to the server your on i.e. chatblah.com
Code:

on *:text:*.w*:#: {
  if (%Whois.antispam != $null) { halt }
  else {
    set -u30 %Whois.antispam activated
    set %snick $nick
    whois $2 | halt
  }
}

raw 311:*:{ .notice %snick [12W7hois1] | .notice %snick 4·12Nickname:7 $2 | .notice %snick 4·12Name:7 $6- | .notice %snick 4·12Identity:7 $3 | .notice %snick 4·12Host:7 $4 | .halt }
raw 307:*:{ .notice %snick 4·12Registered:7 Yes | .halt }
raw 319:*:{ .notice %snick 4·12Channels:7 $3- | .halt }
raw 312:*:{ .notice %snick 4·12Server:7 $3 | .notice %snick 4·12Description:7 $4- | .halt }
raw 328:*:{ .notice %snick 4·12IP:7 $7- | halt }
raw 317:*:{ .notice %snick 4·12Idle Time:7 $replace($duration($3),wks,wks,wk,week,hrs,hrs,hr,hr,mins,mins,min,mim,secs,secs,sec,sec,days,days,day,day) | .notice %snick 5·12SignOn:7 $asctime($4) | .halt }
raw 418:*:{ .notice %snick $e $+ 7 $3- | .halt }
raw 318:*:{ .notice %snick $e $+ [12E7nd 12o7f 12W7hois1] | .halt }
raw 313:*:{ .notice %snick 4·12IRCop:7 $5- | .halt }
raw 308:*:{ .notice %snick 4·12Service Agent:7 Yes | .halt }
raw 310:*:{ if (yourserver isin $server) { .notice %snick 4·12Service:7 Yes | halt } | else { .notice %snick 4·12Helpful:7 $3- | .halt } }
raw 309:*:{ .notice %snick 4·12Language:7 $3- | .halt }
raw 325:*:{ .notice %snick 4·12Language Filter: 7 $+ $3- | .halt }
raw 301:*:{ .notice %snick 4·12Away:7 $3- | .halt }
raw 333:*:{ .notice %snick [Topic] Set By: $+ $3 $rc(]-[) $+ $asctime($4,dddd) $+ , $asctime($4,mmmm doo) at $asctime($4,h:nn:sstt) | halt }
WannaKnow
Comments: 1
 
mIRC Snippet:  whois script
Posted on Jun 7, 2008 2:28 am
* No such identifier: $e

Please Register or Login to start posting comments.
Bottom