mIRC Home    About    Download    Register    News    Help

Print Thread
S
sshofner
sshofner
S
I hope someone can help.

Every time someone joins or leaves the room, I get the notification! I want to disable that feature.

All I want to see is chat messages, not who keeps popping in and out all day.

I hope there's a way to disable it.

Thanks.

Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
Code:
on ^*:QUIT: { haltdef }
on ^*:JOIN: { haltdef }
on ^*:PART: { haltdef }

place this in the remote and u wont see it any more. (ALT + R in mirc)

Joined: Dec 2002
Posts: 1,995
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 1,995

Go to: options (alt+o) > irc > events button.


Link Copied to Clipboard