mIRC Home    About    Download    Register    News    Help

Print Thread
#100593 14/10/04 11:43 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
* No one in your notify list is on IRC

that show up if notifylist is enabled and no one is online in the list, what identifyes that ?

on 1:NOTIFY:

identify if a nick in the notify list comes online.. but have nothing to do with that line..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100594 14/10/04 05:15 PM
Joined: Aug 2004
Posts: 101
D
Vogon poet
Offline
Vogon poet
D
Joined: Aug 2004
Posts: 101
Check this out!

Just for a hint at least.


Maybe I wake up one day to notice that all my life was just a dream!
#100595 14/10/04 05:22 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
nope, no help there.. :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100596 14/10/04 05:46 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Maybe you didn't look hard enough wink Because I found:

Quote:
The rest are echoed by mIRC itself.
I guess you could try changing the notify list part by manipulating watch list raws (602-606 - two of them are the notify and unotify events) but I guess it is server-dependable and still don't know if you can halt the mIRC message.

Try using /debug @anywindowhere
You can see if it is an event (either remote, ctcp or raw) there.


And:

Quote:

I think you can do it that way, but you might want to look at the ISON raw too:

--------------------------------------------------------------------------------

303 yournick :[watchnick]

--------------------------------------------------------------------------------

If [watchnick] is there, then the nick is online, otherwise offline.


New username: hixxy
#100597 14/10/04 05:47 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
i tested do a "halt" on that one, didnt help, and if i halt it totaly, then it should prevent the text from appear, shouldent it ?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100598 14/10/04 05:48 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
haltdef


New username: hixxy
#100599 14/10/04 05:49 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
tryed that first. then i tryed a halt, same result..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100600 14/10/04 05:50 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
You probably can't halt that text then, well, I guess you could do it by recoding the core connections to connect to servers.


New username: hixxy
#100601 14/10/04 05:52 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
to much work.. bether to just clear status after connected, then im not bothered of it wink grin crazy


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100602 14/10/04 06:20 PM
Joined: Aug 2004
Posts: 101
D
Vogon poet
Offline
Vogon poet
D
Joined: Aug 2004
Posts: 101
A possible suggestion then?

Theme makers would love it I guess!


Maybe I wake up one day to notice that all my life was just a dream!
#100603 14/10/04 06:24 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
yeah, thats what i wanted to remove the line for.. but well, we cant have it all u guess.. mad grin


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard