mIRC Home    About    Download    Register    News    Help

Print Thread
#179027 17/06/07 10:36 AM
Joined: May 2005
Posts: 54
M
Mlupu Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2005
Posts: 54
when i right click on someone and select whois, mirc don't show me the idle of that nickname. It is possible to edit it ? Or to create a code for this problem ?
I tried some codes, but they didn't have any effect .. frown


/server IRC.RomaniaIRC.ORG
Mlupu #179028 17/06/07 10:52 AM
Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
Try using /whois $1 $1

You can add this Whois:/whois $1 $1 to Nick List Menu

Crinul #179029 17/06/07 11:04 AM
Joined: May 2005
Posts: 54
M
Mlupu Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2005
Posts: 54
yep, is simple and it works smile thanks

can i make the line of whois colored ?
like:
GEMENII is gemenii@85.204.208.85 * Ciocan Alexandru
GEMENII on @#channel1 @#channel2
GEMENII using $server The Gate to Heaven - Romania
GEMENII este autentificat ca Gemenii
GEMENII has been idle 32secs, signed on Sun Jun 17 13:39:23
GEMENII Sfarsit lista /WHOIS.

P.S. Crinul, daca esti din romania de ce nu vorbim in romana ? Sau e regula english only ?


/server IRC.RomaniaIRC.ORG
Mlupu #179030 17/06/07 11:09 AM
Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
Using raw 317 you can make the line of whois colored

Use Raw Numerics

English only wink

Crinul #179031 17/06/07 11:18 AM
Joined: May 2005
Posts: 54
M
Mlupu Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2005
Posts: 54
i don't understand anything from there frown raw numerics . Can you give me an example how can i made? and were can I put the code ?

Ok, English Only wink


/server IRC.RomaniaIRC.ORG
Mlupu #179034 17/06/07 11:30 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
Raw 317:*: {
  echo 4 -a $2 has been idle $+($duration($3),$chr(44)) signed on $asctime($4)
  halt 
}

Mlupu #179036 17/06/07 11:46 AM
Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
Snippets Hawkee

Search for whois, Raw Numerics

Last edited by Crinul; 17/06/07 11:50 AM.

Link Copied to Clipboard