mIRC Home    About    Download    Register    News    Help

Print Thread
#235776 11/01/12 08:36 PM
Joined: Jan 2010
Posts: 51
L
Lenooox Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Jan 2010
Posts: 51
how can i create this?!
Code:
/qw lenoox
    whois lenoox
    Information for user lenoox (using account Lenoox):
    Account users : Lenoox
    User created : 21/03/10 23:16 GMT
    Last auth : 03/12/11 20:56 GMT
    Known on the following channels:
    Channel Flags
    #forwarded +ao
    #seNz +ao
    #mesir +o
    #scarface +ao
    #FragUK +ao
    End of list.


(\__/)
(='.'=)
(")_(")
Bunny Hopp

QuakeNet@ #Lenoox <> visit http://www.insaneboard.comeze.com
Lenooox #235781 11/01/12 11:35 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Check out raw and $numerics . use google to get the numbers..
Code:
raw *:* {
  if ($numeric == xxx) { echo -a $1- | haltdef } 
}

xx should be replaced with the right $numeric for that event, what you looking for is extended whois informaion. The code should be in remote, ALT + R in mirc.

I guess this is what you looking for, you didnt give much information about what you wanted to do..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #235782 11/01/12 11:45 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Or just type /debug @debug and watch your debug window as you type the commands you usually do to get your whois response from Q.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Lenooox #235783 12/01/12 11:49 AM
Joined: Jan 2010
Posts: 51
L
Lenooox Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Jan 2010
Posts: 51
i think of this or something :$

Code:
on *:text:*:?*: { if ($nick == Q) && (information for user $gettok(%qw,2,32) isin $1-) { var %qpost 1 }
  if (%qpost) { msg $gettok(%qw,1,32) $1- }
}


(\__/)
(='.'=)
(")_(")
Bunny Hopp

QuakeNet@ #Lenoox <> visit http://www.insaneboard.comeze.com

Link Copied to Clipboard