mIRC Home    About    Download    Register    News    Help

Print Thread
#22084 03/05/03 11:13 AM
Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
doesnt work??

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I have never confronted them myself, I don't believe my server uses them. What are the messages?

In any case haltdef should still work for them just as any other raw reply.

Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Yes, it doesn't work. The best you can do is hide the list window as soon as it opens.

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Blah - I was wondering why I didn't have them included in my custom raw messages.

Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
No I meant I cant hide the 2 default notices in status window:

***Listing channels

***END of List

frown

I dont care if the window opens or not smile

Joined: Mar 2003
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Mar 2003
Posts: 9
you have to use /halt instead of /haltdef, and of course at the end of your own code. Oh...and you don't use raw ^*:, only raw *:

Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
@aeternus
Re: RAW 321/322/323 + haltdef [re: Jesper]
you have to use /halt instead of /haltdef, and of course at the end of your own code. Oh...and you don't use raw ^*:, only raw *:

mmmm do you have anything to say or are you just post padding wink hehe
why would I use halt and not haltdef ? you know there is a difference right?
and yeah i kno w how to write a raw.. its just 2 of the mentioned above that doesnt work, my other ~150 does smile

Code:
raw 321:*:{ haltdef }
raw 322:*:{ haltdef } (halted by default)
raw 323:*:{ haltdef }


and halt doesnt help either, I just tried :P

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I don't think those messages can be halted. They are generated by mIRC, same as the "Listing Channels" message. Khaled should change it so the event is fed from the raw message itself.

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Right, as Nimue said, as for now these cannot be treated by a script.

The only solution is hiding the window as soon as it's opened,
Code:
raw 321:*:window -h "channels list"


Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Just pasted and tried that, it doesn't work. Sure the window flashes then disappears but the messages still show.

Why? Because mIRC generates the message itself halting any raw is not going to make a difference.

Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Which is what I said, and why I said "the best you can do is.."

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Yep, you did, then he asked for clarification, probably not understanding what you were addressing. If you changed to threaded mode you'll see that I just elaborated on this. grin

Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
well its a shame, however try un halt raw 322 and have it echo -s $1-
then you can see all the chans it searches thru :P

And I did get the "the best you can do point" but that wasnt actually what I was try to do smile

What I wanted to was to hide:
Listing channels
-
End of /List
in the status window...

Thx for helping me verifying that it doesnt work, then atleast I know it wasnt just me smile

Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Yeah. I put that about hiding windows to your first post because it wasn't clear what you were trying to do with halting them at that time. smile

Sadly.. those raws are immune to all attempts to script them out of the status window. :tongue:

Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
yeps thats was a miscommunication error smile
and yeah its sad, cause I like a clean status window frown

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I agree, I've been harping for a long time about not only those messages but also the Local Host message asd well as the Attempting connection and the disconnection messages. We should be able tp pretty them up and configure those at will, same as channel and server events. I'm no longer blue in the face about it but purple hehe.

Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
same here .. id atleast like the ability to add a timestamp into script errors and such so that if your not there u can scroll back and see what might have triggered the error to help find it


D3m0nnet.com
Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
sounds like we need to take this thread into suggestions forum smile

Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
It's been there before, on the old board. I guess it wouldn't hurt for it to be 'suggested' again. smile

Joined: Jan 2003
Posts: 96
J
Jesper Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
well who should do it ?
I vote on you smirk grin


Link Copied to Clipboard