mIRC Home    About    Download    Register    News    Help

Print Thread
#39057 31/07/03 03:08 PM
Joined: Jun 2003
Posts: 13
M
minxx Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jun 2003
Posts: 13
Is there a remote or anything that i can add to show who does a 'whois' on me ??


mInXX
#39058 31/07/03 03:20 PM
Joined: Dec 2002
Posts: 127
F
Vogon poet
Offline
Vogon poet
F
Joined: Dec 2002
Posts: 127
afaik you cannot see who is whois'ing you unless you are an ircop.


------
deep down, i'm really superficial.
#39059 31/07/03 03:31 PM
Joined: Jun 2003
Posts: 13
M
minxx Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jun 2003
Posts: 13
thanks... is there something i can add, like a timestamp, so when i do a whois, it'll show me the time i did it ?


mInXX
#39060 31/07/03 08:08 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
/help raw events

There are seveal numerics you need to account for.. Best thing u can do is on your entwrok type /debug @raw then do a whois. In the @raw window you will se

:<yournetwork> number your_name info

The number if the $numeric in raws, the name is $1, and the rest is $2-

i.e. if you had

<- :irc.dynamix.com 311 KingTomato KingTomato KingTomato mask-2E485A80.adelphia.net * :KT|Scriptin

then you can change it by doing

on 311:*: {
/echo -sti2 ( $+ WHOIS $2 $+ ) $+($3,@,$4) * $6
/haltdef
}

you'd then see..

[16:07] (WHOIS KingTomato) KingTomato@mask-2E485A80.adelphia.net * KT|Scriptin

in the status window. Change the 311 to the rest fo the numerics, alter the display methos, and u have a custom whois >:D


-KingTomato
#39061 01/08/03 12:23 AM
Joined: Jun 2003
Posts: 13
M
minxx Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jun 2003
Posts: 13
KingTomato.......... you know me, i read that and say "huh???" hehehe
I'll try it but you might get more messages wink


mInXX

Link Copied to Clipboard