mIRC Home    About    Download    Register    News    Help

Print Thread
#167411 23/12/06 06:06 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
how can i hide or change this text? /debug dosent show anything. someone that have a idea?

* No one in your notify list is on IRC


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #167415 23/12/06 06:46 PM
Joined: Oct 2006
Posts: 166
B
Vogon poet
Offline
Vogon poet
B
Joined: Oct 2006
Posts: 166
If you don't want to check for available connected users from your notify list then disabling the notify system will hide the text from showing. /notify off


Kind Regards, blink
b1ink #167417 23/12/06 06:59 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 want to ether hide or change how the text looks like, not disable notify..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #167422 23/12/06 09:22 PM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Try the on NOTIFY event.

-genius_at_work

Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on 1:NOTIFY: dosent return anything but if a nick comes online.. smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #167610 27/12/06 04:44 PM
Joined: Dec 2006
Posts: 16
S
Pikka bird
Offline
Pikka bird
S
Joined: Dec 2006
Posts: 16
hi may be using ^ or haltdef ,or replace it with raws ...


gretings

SithLORD #167611 27/12/06 04:50 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Since it dosent return anything in @debug i dont think it use raw, every other raw is shown in the @debug window..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
SithLORD #167612 27/12/06 04:56 PM
Joined: Oct 2003
Posts: 313
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 313
It's not something sent by the server, but something displayed by mIRC when it sees all the responses to its ISONs return false, I believe. You would probably have to replace the built-in notify with your own system if you wanted to remove that, I believe.

I note that .notify doesn't hide the text. I guess it was decided it wouldn't be much use if it did.


Sais
sparta #167629 28/12/06 02:05 AM
Joined: Dec 2006
Posts: 16
S
Pikka bird
Offline
Pikka bird
S
Joined: Dec 2006
Posts: 16
just a little opinion ,and thanx for fix me

sparta #167630 28/12/06 02:07 AM
Joined: Dec 2006
Posts: 16
S
Pikka bird
Offline
Pikka bird
S
Joined: Dec 2006
Posts: 16
or maybe you cant use a

on 1:text:*: {
if $1- iswm ...... { halt }
}


sparta #167631 28/12/06 02:15 AM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
I couldn't figure out how to stop that message from displaying. I tried /halting ALL raws, and it still displayed. I may have missed where it can be blocked, or it could be a bug that it can't be blocked.

-genius_at_work

Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
dont know ether, been trying to halt it on all ways i could think on, and no luck, been looking on other scripts, no of them i been looking at have that text halted or changed.


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

Link Copied to Clipboard