mIRC Home    About    Download    Register    News    Help

Print Thread
#120999 23/05/05 06:29 AM
J
JamesBond
JamesBond
J
I searched the board and didn't see this problem posted, so I wanted to bring it up here and see if this is in fact a problem:

I have tested out this problem with both my customized version mIRC and a brand new copy downloaded from this site and I seem to be getting the same problem.

Under the Options > IRC > Show In Active menu, I have Whoises set to Show in ACTIVE.
In my remotes, I have on 1:JOIN:#Test:whois $nick

The whois shows up, but only in my server window and not in my active channel window (#Test).

#121000 23/05/05 06:58 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
I think your problem lies here, from the help file:

Show whois in active window
Shows /whois results in the channel, query/chat, or custom windows if it is turned on and if a /whois is issued inside one of these windows, otherwise all /whois results are shown in the status window.

When the /WHOIS command is sent, it's not being sent from within the channel and as said above if it's not being sent via the channel, query/chat or custom windows results will appear in the status.

-Andy

#121001 23/05/05 07:12 AM
J
JamesBond
JamesBond
J
BTW: I am using mIRC v6.16.

As far as I know, this was not programmed like that in any previous version. Regardless, I'm sure a good number of users would like to see it changed back to show whoises in active when using remotes.

#121002 23/05/05 09:06 AM
D
DaveC
DaveC
D
I dont beleive its ever displayed in the active window, but rather in the window it was called from.

to produce the same effect you want.,

click on the icon in the top left corner of the #test window, then select editbox, then enable editbox, finally take the bar intersection the type in box in the channel and drag it to the far right as it well go. Scrren now looks pretty much like it used to, except for the small bar on the right.

Now add this remote.

on *:JOIN:#Test:{ .timer 1 0 editbox -no $chan $editbox($chan,1) | editbox -no $chan /whois $nick }

#121003 24/05/05 06:24 AM
D
Debug
Debug
D
Try using:

on me:*:join:#test: whois $nick

#121004 24/05/05 07:21 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
Debug: That would only work one time, when you ($me) joined #test. I got the impression that they wanted it to work whenever someone joined their channel.

#121005 24/05/05 12:42 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Debug, try using:

On !*:Join:#test: { whois $nick }

Why you would want to only whois yourself is beyond me.. grin

-Andy

#121006 24/05/05 06:12 PM
Joined: Mar 2004
Posts: 150
D
Vogon poet
Offline
Vogon poet
D
Joined: Mar 2004
Posts: 150
Are you using a theme engine (KTE) in your scripts that you are attempting the /whois command with?

#121007 05/07/05 07:09 AM
J
JamesBond
JamesBond
J
Quote:
On !*:Join:#test: { whois $nick }


I have that in my remotes right now, and seem to be getting it only in my Status window, not in the active window (which by the way, YES i have /whoises set to active-- so that cant be the problem either).

You guys try it, the remote wont post in the active window-- even though I have directed mIRC to do so. In previous versions of mIRC, this was not a problem.

#121008 06/07/05 01:55 AM
C
CtrlAltDel
CtrlAltDel
C
works properly here (shows in active window)

win2000 sp3
mIRC v6.16


Link Copied to Clipboard