mIRC Home    About    Download    Register    News    Help

Print Thread
#110825 10/02/05 10:22 PM
Joined: Jan 2005
Posts: 18
H
Ho0tz04 Offline OP
Pikka bird
OP Offline
Pikka bird
H
Joined: Jan 2005
Posts: 18
After you connect to an IRC server, and you have nicknames in your notify list. You get a message that says "End of Watch command" or something to that effect. I've only noticed it a few times. I think there should be an on WATCH event added to mIRC for this. I know that that you can use other things to get around it, but an event would be much easier.

Thanks,

arkt1k

#110826 10/02/05 10:32 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
I think raw 607 deals with this.

Regards,


Mentality/Chris
#110827 11/02/05 08:52 AM
Joined: Feb 2005
Posts: 34
K
Ameglian cow
Offline
Ameglian cow
K
Joined: Feb 2005
Posts: 34
Yes,

I'm aware of that, but if none of your nick are in your notify list, then there is no way of halting the default message "No one in your notify list, or to halt the default and make your own"

#110828 12/02/05 05:50 PM
Joined: May 2003
Posts: 32
Q
Ameglian cow
Offline
Ameglian cow
Q
Joined: May 2003
Posts: 32
my guess is raw 603 and 606 4 that...
I am sure raw 60X handles all the raws 4 the watch command.

#110829 15/02/05 02:07 AM
Joined: Feb 2005
Posts: 34
K
Ameglian cow
Offline
Ameglian cow
K
Joined: Feb 2005
Posts: 34
Yes this is true, but still, there is no raw for the "no one in your notify list" And at the end of that it says end of WATCH... therefore it cannot be halted with just using a raw event or an on EVENT, that's why i'm suggesting there be an on EVENT for this.


NOTE: Thank you tidy trax I forgot about the sockets


#110830 15/02/05 02:12 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Quote:
therefore it cannot be halted


There is one way it can be halted, but it's overkill just to halt a single message... rewrite mIRC's connection in sockets.


New username: hixxy
#110831 15/02/05 05:03 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
i cant get raw 607 to work?????

Remotes...
raw 603:*:{ echo -st raw 603 $1- }
raw 604:*:{ echo -st raw 604 $1- }
raw 605:*:{ echo -st raw 605 $1- }
raw 606:*:{ echo -st raw 606 $1- }
raw 607:*:{ echo -st raw 607 $1- }

Debug window...
-> liquidape.criten.net WATCH C +Davo S
<- :liquidape.criten.net 605 DaveC Davo * * 0 :is offline
<- :liquidape.criten.net 603 DaveC :You have 1 and are on 0 WATCH entries
<- :liquidape.criten.net 606 DaveC laughavo
<- :liquidape.criten.net 607 DaveC :End of WATCH S

Status window...
raw 605 DaveC Davo * * 0 is offline
raw 603 DaveC You have 1 and are on 0 WATCH entries
raw 606 DaveC Davo
-
* No one in your notify list is on IRC
-

I had been thinking about telling him to just remove the message End of Watch command or No one in your notify list is on IRC (if thats the one he means) after its displayed, but found the raw 607 doesnt seem to trigegr a raw event.

#110832 15/02/05 07:16 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Turn notify off and it will trigger, but writing your own notify sytem to halt one raw seems a little much smile

#110833 15/02/05 02:55 PM
Joined: Dec 2002
Posts: 83
D
Babel fish
Offline
Babel fish
D
Joined: Dec 2002
Posts: 83
Take a verification on a counter in the raw 607 which is incremented in the raw 601 (who is online) so in clear :

Code:
raw 604:*:inc %count.online | commands | halt
raw 605:*:if (%count.online) msg $active $2- | unset %count.online | halt

#110834 15/02/05 07:24 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Thanks turning notify off does it, i sat there at first thinking, oh good now i dont get any of them, then remebered i had to send the /raw WATCH C +Davo S myself now.
If hes building his own theme then he would be wanting to catch all of the outputs anyway, so tunring notify off and doing the work himself wouldnt be that much work. raw 600-607 is it?

#110835 15/02/05 10:32 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Dunno about 600-602 Watch is 603-607 AFAIK

Also don't forget parse 005 for watch and use ison/raw303 if needs be

#110836 15/02/05 10:34 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Quote:
WATCH
602 nick userid host time :stopped watching
603 :You have mine and are on other WATCH entries
604 nick userid host time :is online
605 nick userid host time :is offline
606 :nicklist


New username: hixxy
#110837 15/02/05 10:44 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
OK MAke that dunno about 600-601 laugh

#110838 16/02/05 03:44 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
i got a 600 as a nick on my notify list logged on (actually was a rename to a nick on my list, but it says logged on)
and a 601 as the nick left.

#110839 16/02/05 11:32 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Oh well there you go, 600-607 it is then. Live a little, learn a little. Thanks. laugh


Link Copied to Clipboard