mIRC Home    About    Download    Register    News    Help

Print Thread
#92697 04/08/04 01:35 AM
Joined: Jan 2003
Posts: 6
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jan 2003
Posts: 6
How do i block Join and part messages

such as blade181 (~Angryman@E792FBB7D1E526739D85C98815C81x) has parted.

#92698 04/08/04 01:38 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
You can hide them from one channel by right clciking a channel name in the switchbar and then clicking on 'Events...' - you can choose which events (such as join/part) to show, show in status or indeed hide completely.
Alternatively, ALT+O > IRC - Click on the 'Events...' button and choose there too, but this affects ALL channel windows.

Hope this helps!

Regards,


Mentality/Chris
#92699 04/08/04 01:58 AM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
You can also do that with a script:

on ^*:PART:#channel: haltdef

Where PART can be changed to JOIN, QUIT*, etc.. and #channel can be changed to any channel you want or * to all channels.

* The on QUIT event does not have a channel, so it would be on ^*:QUIT: haltdef

Zyzzyx smile


"All we are saying is give peace a chance" -- John Lennon
#92700 05/08/04 02:51 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
You can also use the ! suffix here...
  • on ^*:part:#:!
    on ^*:quit:!

#92701 05/08/04 04:28 PM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
Actually I had a Join/Part flood protection that disables these events, since my connection isnt that fast and I get lagged when it happens. I belive I've asked for some help in this forum too, and I think you were one of the posters...

The thing is that, at least in my script, the ! suffix did not stopped the events, while putting the 'haltdef' did, so I just copied from my mIRC and pasted here..
I've just tested it again, and it still doesnt work

Maybe the ! not working is a bug?


"All we are saying is give peace a chance" -- John Lennon
#92702 06/08/04 06:16 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
No bug, the ! suffix works fine, I use it to halt a variety of stuff. Try it in a clean mIRC, without any other scripts. smile

#92703 06/08/04 02:14 PM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
Hmm.. if it's not a bug, must be the script i'm using. Thanks smile


"All we are saying is give peace a chance" -- John Lennon

Link Copied to Clipboard