| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
WHOIS Snippet
On Join, This Snippet Will make Whois In A Private Window Called @Whois. I Also Added A Anti-Join Flood So The Script Will Not Be Triggered If 4 Or More Users Joins Within 5 Secs.
Code:
On *!:JOIN:#Channel: {
inc -u5 %joins
if (!%joins < 4) {
.enable cwhois
window @WHOIS
whois $nick $nick
}
}
#cwhois off
;---Custom Output-----
raw 301:*: { echo @WHOIS $2 is away: $3- | halt }
raw 311:*: { echo @WHOISinfo $str(-,5) /whois $2 $str(-,5) | echo @WHOIS | echo @WHOIS $2 is $+($3,@,$4-) | halt }
raw 313:*: { echo @WHOIS $2 is an IRCop: $5- | halt }
raw 312:*: { echo @WHOIS $2 using $3- | halt }
raw 330:*: { echo @WHOIS $2 $4- $3 | halt }
raw 317:*: { echo @WHOIS $2 has been idle $duration($3) $+ , signed on $asctime($4) | halt }
raw 319:*: { echo @WHOIS $2 is on $numtok($3-,32) Channel(s): $3- | halt }
raw 318:*: { echo @WHOIS | echo @WHOIS $str(-,5) End of /whois on $2 $str(-,5) | .disable #cwhois | halt }
;---------------------------------
#cwhois end
__________________
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Whois the best Soccer Player? | Father | The Lounge | 62 | 17-04-2005 11:04 PM |
| Blacklist snippet (Join event, Op event , Nick-change event) | anmlhckr | mIRC :: SCRIPTING & HELP | 5 | 11-03-2005 01:37 PM |
| Simple !seen Snippet | Cult | mIRC :: SCRIPTING & HELP | 3 | 10-03-2005 12:05 PM |