Custom /whois

News, Snippets & Assistance with IRC scripting

Moderators: Moderator, Global Moderator

Post Reply
Josh
Newbie
Newbie
Posts: 0
Joined: Fri Jun 04, 2004 2:54 pm

Custom /whois

Post by Josh »

I am putting this here because this place is getting really slow lol...

This is a custom /whois so you can make your own themes to it.. Pretty simple really.

Code: Select all

raw 301:*: { haltdef | echo -a $thm.time 7[15WHOIS7]9 Away: $3- }
raw 307:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9  $+ $2 $+  is a registered nickname. }
raw 310:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9  $+ $2 $+  is an IRC helper. }
raw 311:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 ---/Whois $2 $+ --- | echo -a $thm.time 7[15WHOIS7]9 Nick: $2 | echo -a $thm.time 7[15WHOIS7]9 Name: $6- | echo -a $thm.time 7[15WHOIS7]9 Address: $3 $+ @ $+ $4 }
raw 312:*:{ haltdef }
raw 313:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 Network Functions: $5 $6 $7 $8 $9 }
raw 314:*:{ haltdef | echo -a $thm.time 7[15WHOWAS7]9 ---Whowas $2 $+ --- | echo -a $thm.time 7[15WHOWAS7]9 Nick: $2 | echo -a $thm.time 7[15WHOWAS7]9 Name: $6- | echo -a $thm.time 7[15WHOWAS7]9 Hostmask: $3 $+ @ $+ $4 }
raw 317:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 Signed on at: $asctime($4,dddd dd/mm/yyyy HH:nn:ss) | echo -a $thm.time 7[15WHOIS7]9 Time idle: $duration($3) | echo -a $thm.time 7[15WHOIS7]9 Time online: $duration($calc($ctime - $4)) }
raw 318:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 ---/Whois $2 $+ --- }
raw 319:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 Channels: $3- }
raw 320:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9  $+ $2 $+  is a Services Master }
raw 330:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 Authname: $3 }
raw 335:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9  $+ $2 $+  is a bot }
raw 338:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 Real Hostmask: $3 | echo -a $thm.time 7[15WHOIS7]9 Real IP: $4 }
raw 369:*:{ haltdef | echo -a $thm.time 7[15WHOWAS7]9 ---/Whowas $2 $+ --- }
raw 378:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9 IP: $7 }
raw 401:*:{ haltdef | echo -a $thm.time 7[15WHOIS7]9  $+ $2 $+  was not found on this server. }
raw 406:*:{ haltdef | echo -a $thm.time 7[15WHOWAS7]9  $+ $2 $+  has not been online. }
If you don\'t like the theme I\'ve put in it, too bad <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' /> Change it <img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' /> Colors might be a little wacked if you\'re using mIRC Default colors lol <img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />

Rip it and I will hunt you down!!! no, jk lol.. who cares.. go do what ya want with it

* Notice how the raws are put in numeric order <img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Endo
Newbie
Newbie
Posts: 0
Joined: Wed May 05, 2004 9:05 am

Custom /whois

Post by Endo »

Obviously replace $thm.time with your own themes time alias (if you have one) or your own timestamp beit mirc or $asc type <img src=\'http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Josh
Newbie
Newbie
Posts: 0
Joined: Fri Jun 04, 2004 2:54 pm

Custom /whois

Post by Josh »

uh huh.. <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Post Reply

Return to “IRC Scripting”