mIRC Home    About    Download    Register    News    Help

Print Thread
#125412 17/07/05 10:10 PM
Joined: Sep 2004
Posts: 44
T
Thermal Offline OP
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Sep 2004
Posts: 44
i was wondering if anyone could tell me how i could get someones modes to echo in the active window instead of the status window when i /whois someone, and the Secure Connection to echo in the active window.

thanks in advacne

Joined: Sep 2004
Posts: 73
S
Babel fish
Offline
Babel fish
S
Joined: Sep 2004
Posts: 73
u can do that using raws
as they depends on the network ... using :
raw *:*: echo -s $numeric $1-
see the numbers of raw event of whois ... and make a script that print them in the active window
something like :

raw 312:*: echo -a $1-
...


HanPeg HanPeg u BuHaru HanPeg nPu noPa}|{eHue kParoM u nAk HanPeg
Joined: Sep 2004
Posts: 44
T
Thermal Offline OP
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Sep 2004
Posts: 44
thanks smile

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You might want to add a halt either to stop the original messages from appearing.

Example:

Code:
Raw 401:*: {
   echo -a $2 No such nickname.
   [color:red]halt[/color]
}


-Andy


Link Copied to Clipboard