|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Aug 2004
Posts: 101
Vogon poet
|
Vogon poet
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!
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
Maybe you didn't look hard enough Because I found: 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: 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
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
New username: hixxy
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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,.) }
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
Hoopy frood
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
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
Joined: Feb 2003
Posts: 3,432 |
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
|
Joined: Aug 2004
Posts: 101
Vogon poet
|
Vogon poet
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!
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
OP
Hoopy frood
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..
if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
|
|
|
|
|
|