mIRC Home    About    Download    Register    News    Help

Print Thread
#2522 19/12/02 05:42 AM
Joined: Dec 2002
Posts: 2
E
Elvis Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Dec 2002
Posts: 2
Hi,
Do you guys know how to reject a private chat on mirc automaticly, so no one be able to pc me. Is there any script can do this? confused

#2523 19/12/02 05:55 AM
Joined: Dec 2002
Posts: 18
W
Pikka bird
Offline
Pikka bird
W
Joined: Dec 2002
Posts: 18
File -> Options -> General -> Lock -> Disable Private Chats


-watcher
#2524 19/12/02 06:36 AM
Joined: Dec 2002
Posts: 2
E
Elvis Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Dec 2002
Posts: 2
Thanks smile

#2525 20/12/02 03:53 PM
Joined: Dec 2002
Posts: 6
D
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
D
Joined: Dec 2002
Posts: 6
here is my pm killer script

Code:
  
;PM Killer
on ^1:open:?: { 
  if (%pm.killer == 1) {
    /msg $nick : 4-[15 UnKnowN IRC 4]-0 4-[15 Im Not Accepting Pm's Right Now.. If I Want To Talk To You I Will PM You 4]-0
  /halt }

menu menubar {
 .Pm Killer :
..Disable:{ unset %pm.killer | msg $chan  4-[0 UnKnowN IRC 4]- -[0 Pm Killer: Disabled 4]- }
..Enable:{ set %pm.killer 1 | msg $chan  4-[0 UnKnowN IRC 4]- -[0 Pm Killer: Enabled 4]- }
} 

#2526 22/12/02 05:26 AM
Joined: Dec 2002
Posts: 20
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 20
Okay...I hope this is not a double post...but I can not find the message that I postd earlier...

I m sort of a newbie at scripting in mIRC....so under which sections do I put this script?


Scott Roberts
T&R Communications of Florida
sroberts@tnrcomm.com
#2527 22/12/02 05:28 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
It goes under remotes.

#2528 22/12/02 05:55 AM
Joined: Dec 2002
Posts: 20
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 20
Okay...feel free to call me "dumb". I put this in under remotes....but can not find out where to select it.

Thanks for the help


Scott Roberts
T&R Communications of Florida
sroberts@tnrcomm.com
#2529 22/12/02 05:58 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Select what? If you mean to turn the killer on and off the option will be under the "Commands" menu (next to File, Tools, DCC, etc. at the top of the window).

#2530 22/12/02 06:03 AM
Joined: Dec 2002
Posts: 20
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 20
Okay...well, thanks for the help. I have done what I think I am supposed to...yet it will not work. I will have to mess with it later.


Scott Roberts
T&R Communications of Florida
sroberts@tnrcomm.com
#2531 22/12/02 06:15 AM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
seems to be one } short
/halt }
}
menu menubar {


Link Copied to Clipboard