mIRC Home    About    Download    Register    News    Help

Print Thread
#16893 25/03/03 06:56 PM
Joined: Feb 2003
Posts: 43
K
Kazz Offline OP
Ameglian cow
OP Offline
Ameglian cow
K
Joined: Feb 2003
Posts: 43
k, I wrote a small, simple script to stop private messaging to me. The problem is I don't want to see the message where it says :

*Timer1999 activated

this is what I have in the script:

menu menubar {
Accessories
.{=PVMSG=} ---- ( $+ %PVMSG $+ )
..Private Messages ON:set %PVMSG ENABLED | timer1999 off | echo Private Messages are ENABLED
..Private Messages OFF:set %PVMSG HALTED | timer1999 0 1 /close -m | echo Private Messages are DISABLED
}


thanx


smirk Mr.Newb smirk
A.K.A Kazz
#16894 25/03/03 06:57 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
menu menubar { 
  Accessories 
  .{=PVMSG=} ---- ( $+ %PVMSG $+ )
  ..Private Messages ON:set %PVMSG ENABLED | [color:red].[/color]timer1999 off | echo Private Messages are ENABLED
  ..Private Messages OFF:set %PVMSG HALTED | [color:red].[/color]timer1999 0 1 /close -m | echo Private Messages are DISABLED
}

There are better ways to stop private messages though, that one is a bit inefficient.

#16895 25/03/03 08:24 PM
Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
If you want to disable private messages all together try the built in feature...

File>Options>General>Lock

Now in the field called disable, check the box that says private chats...

#16896 25/03/03 09:36 PM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
Depending on the network, /umode +m should work.


Never compare yourself to others - they're more screwed up than you think.
#16897 25/03/03 11:13 PM
Joined: Feb 2003
Posts: 83
L
Babel fish
Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
Use .timer instead of timer

the . will prevent mIRC from displaying to u.


any help would make me happy
#16898 25/03/03 11:14 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
I put that in in the script I posted..


Link Copied to Clipboard