mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#152739 05/07/06 07:58 AM
Joined: Jul 2006
Posts: 53
O
Babel fish
OP Offline
Babel fish
O
Joined: Jul 2006
Posts: 53
after the /list command I am unable to remove the following text from the status window:

Listing channels
End of /List

I thought I could silence this by using /.list but that dind't work either.

The line reading 'End of /List' is raw 323, in my raws.mrc i have :

raw 323:*: { halt }

Anyone had this problem before, is there a solution or is this a bug? Please help.

#152740 05/07/06 08:22 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Hm, indeed, doesn't work here either.


Mentality/Chris
#152741 05/07/06 02:07 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Confirmed.

Last edited by Jigsy; 05/07/06 02:07 PM.

What do you do at the end of the world? Are you busy? Will you save us?
#152742 05/07/06 02:27 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
It's been like this for as long as i can remember, i took it as an unsilencable thing like alot of the others built into mIRC, so i personally think it's not a bug.

#152743 05/07/06 02:43 PM
Joined: Jul 2006
Posts: 53
O
Babel fish
OP Offline
Babel fish
O
Joined: Jul 2006
Posts: 53
From the new mirc 6.17 versions .txt :

6.Fixed /.uwho message not being hidden.

That would be an example of one of the commands that could not be silenced before but it was fixed in this version. It is strange that /.uwho would be fixed and not /.list .

#152744 05/07/06 02:48 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
To clarify, I don't see why /.list not working would be a bug, the /.uwho message not being hidden was an mIRC message that wasn't hiding, whereas the End of List message is a server one. Much the same as why /.whois doesn't silence anything either.

What I think is a bug however, is the fact that using a raw event to halt it doesn't work. I would have thought it should.

Regards,


Mentality/Chris
#152745 05/07/06 03:04 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
/localinfo -u
Local host: host86-131-83-216.range86-131.btcentralplus.com (86.131.83.216)

That's not silenceable.

#152746 05/07/06 03:22 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Yes it is.


Mentality/Chris
#152747 05/07/06 03:27 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
You can't silence it when you connect, or script around it like a normal silenceable command though can you? that's my point.

Neither is * Connecting to server.server.com (6667)

Last edited by vexed; 05/07/06 03:29 PM.
#152748 05/07/06 03:33 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
No, but /.localinfo (when actually executed manually, rather than when you get the message on connct), is silenceable.

This is kind of irrelevant anyway. You're talking about internal mIRC commands, whereas /list triggers server messages and doesn't return any so-called "mIRC messages". You should be able to halt raws 321 and 323, unless there is some technical limitation I don't know of.

By the way, it appears this has been reported before.

Regards,


Mentality/Chris
#152749 05/07/06 03:36 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
You're wrong, i opened mIRC with a resource editor and

Listing channels
End of /List


exist within mIRC, they don't come from the server.



Last edited by vexed; 05/07/06 03:44 PM.
#152750 05/07/06 03:40 PM
Joined: Jul 2006
Posts: 53
O
Babel fish
OP Offline
Babel fish
O
Joined: Jul 2006
Posts: 53
ok so it looks like we should be looking out for a fix relating to this raw in future version of mIRC. Thanks for everyones help.

#152751 05/07/06 04:37 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
That doesn't mean the server doesn't send a raw, and they should be silenceable through /halt. After some discussion with a couple of other experienced mIRCers, some logic problems have arisen which might explain why 321 isn't haltable in the first place.

Being able to block 321 would also block the creation of the channels list window. However, 322 would still be received, so what should mIRC do with the information? The only reasonable solution to this would be to move the creation of the list window to raw 322, so if you /halt 322 it stops the list window being created. However, the problem with this is, if you did /list >1000 on a small network, or /list #channelname which is +s, no /list window would be created at all despite expecting one to be. Also, if you only want to receive the last channel to be listed you would be waiting ages, and then the window would be created after typing /list.

This doesn't explain why 323 can't be halted however, and I don't see why it shouldn't be if that's what people want to block the message appearing.

By the way, please don't worry about posting a bunch of possible solutions smile We'll see what Khaled thinks in upcoming versions I guess!

Regards,


Mentality/Chris
#152752 05/07/06 04:45 PM
Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
I agree, it would be good to silence those messages, i just did a check though, mention it if i didn't spot it, but i didn't see a raw for 'Listing channels' in the debug window.

#152753 05/07/06 04:52 PM
Joined: Jul 2006
Posts: 53
O
Babel fish
OP Offline
Babel fish
O
Joined: Jul 2006
Posts: 53
confused

#152754 05/07/06 06:02 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Quote:

[19:01:28] <- :Nano.MO.US.UnrealGamers.Net 321 Jigsy Channel :Users Name


I think it might be that.


What do you do at the end of the world? Are you busy? Will you save us?
#152755 05/07/06 06:32 PM
Joined: Jul 2006
Posts: 53
O
Babel fish
OP Offline
Babel fish
O
Joined: Jul 2006
Posts: 53
halting 323 works fine its just 321 that is messing up.

#152756 06/07/06 06:20 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Any display of info should be haltable, even if the internal processing of the raw MUST take place. I see no reason why the messages in the status window need be displayed.

On a different note all together, what would solve alot of these problems was if we had a savebuf/loadbuf option, that allowed you to save the defualt line color of each line, even if its just a ctrl-k##, that either is left as that when reloaded or processed into the default color of the line (like how filter has -z now), then we can just edit out what we dont want and loadbuf the window back up. :-)

#152757 25/07/06 10:27 PM
Joined: Oct 2003
Posts: 214
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
If you want to stop the /list command use "/raw -q list"


one step closer to world domination
#152758 01/08/06 02:43 AM
Joined: Jul 2006
Posts: 53
O
Babel fish
OP Offline
Babel fish
O
Joined: Jul 2006
Posts: 53
no, my original post was to halt what text was echo'd in status after the /list command.

Last edited by oblivious; 01/08/06 02:44 AM.
Page 1 of 2 1 2

Link Copied to Clipboard