mIRC Home    About    Download    Register    News    Help

Print Thread
#233685 04/09/11 11:59 AM
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Hello,

I wonder how can i hide the NOTIFY output echo message on the status window, i tried the haltdef option but does not doing anything.

e.g: [13:46:16] * westor [~westor@ppp-194-60-92-51.home.otenet.gr] is on IRC

NOTE: i have the ON NOTIFY & ON UNOTIFY events with an other echo message.

- Thanks!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Feb 2006
Posts: 546
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
remember to also use the ^ event prefix, eg:

Code:
on ^*:notify:{ echo -a $nick just came online | haltdef }


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde

Link Copied to Clipboard