mIRC Home    About    Download    Register    News    Help

Print Thread
#200008 25/05/08 11:51 PM
Joined: Jun 2004
Posts: 139
N
Ninko Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jun 2004
Posts: 139
Hi there,
When using /notice in a script, is there a way to get it to display this in the channel window rather then in the status window?

Thanks


Ninko

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
alt-o -> irc -> show in active [x] notices


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Jun 2004
Posts: 139
N
Ninko Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jun 2004
Posts: 139
Just tryed it, made no difference...


Ninko

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
If you are running the script that uses the /notice command, alter your script to use .notice and add an .echo $active

The / means that the message being sent out is shown in the default location, the status window. The . means that the message is quieted (not shown anywhere). By adding the .echo $active You will see the message that is being sent by the .notice command in the active window (be it channel, pm, status,etc.).

Joined: Jun 2004
Posts: 139
N
Ninko Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jun 2004
Posts: 139
oh right, so theres no settings in order to do it?


Ninko

Joined: Jun 2004
Posts: 139
N
Ninko Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jun 2004
Posts: 139
Also I've noticed that when 'Use single message window' option is checked it only places Queries in the singal message window, not notices, even though in the help file it says:

Quote:

This directs all private messages or notices from other users to one single message window. You will need to use the /msg command to reply. If you want to open a query window to a user, use the /query window.



Ninko

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
sounds like you might've found a bug... check to see if this is reproducable on a clean installation of the latest version of mIRC, and, if it is, check the Bug Reports forum. If it's been reported, you can add your 2 cents worth, or report it.


Link Copied to Clipboard