Page 1 of 1

disable quits joins parts...

Posted: Thu Nov 27, 2008 9:27 pm
by ifan
Hi,

does somebody know, how i can disable that messages by serverside?:

quits
joins
parts
noitce

Thanks :)

Re: disable quits joins parts...

Posted: Fri Nov 28, 2008 6:17 am
by zEkE
If you are referring to enforcing a static quit and part message, in order to prevent spam from your users, you need to see the config directives set::static-quit and set::static-part.

If you are referring to the messages that you as an IRCOp receive when someone connects, disconnects, joins or parts a channel, you need to adjust your snomasks:
[01:14:18] * ***** Snomasks *****
[01:14:18] * -
[01:14:18] * Snomask stands for 'Service NOtice MASK', it (mainly) controls which
[01:14:18] * server notices you will receive.
[01:14:18] * Usage: /MODE nick +s <snomask>
[01:14:18] * Ex: /MODE blah +s +cF-j
[01:14:18] * The parameter specifies which snomasks you want (or don't want).
[01:14:18] * You can also remove all snomasks by simply doing /MODE nick -s.
[01:14:18] * -
[01:14:18] * Below is a list of possible snomasks:
[01:14:18] * ==-------------------------oOo-----------------------==
[01:14:18] * c = View connects/disconnects on local server
[01:14:18] * e = View 'Eyes' server messages (OperOverride, /CHG* and /SET* usage, ..)
[01:14:18] * f = View flood alerts
[01:14:18] * F = View connects/disconnects on remote servers (except U-lines)
[01:14:18] * G = View TKL notices (Gline, GZline, Shun, etc)
[01:14:18] * j = View Junk notices (not recommended for normal use)
[01:14:18] * k = View KILL notices
[01:14:18] * n = View nick changes on local server
[01:14:18] * N = View nick changes on remote servers
[01:14:18] * o = View oper-up notices
[01:14:18] * q = View rejected nick changes due to Q:lines
[01:14:18] * s = View general notices
[01:14:18] * S = View spamfilter matches
[01:14:18] * v = View usage of /VHOST command
[01:14:18] * ==-------------------------oOo------------------------==
This can be done either on the fly online, or permanently in the oper blocks. It will not completely prevent any of your staff from setting them if they know how.

It''s also outlined in the documentation.

Re: disable quits joins parts...

Posted: Fri Nov 28, 2008 1:23 pm
by ifan
hi.

thanks, but it's only temporary and on the client side?

* ifan sets mode: -oghaAsN --> thats right. and i don't get any informations from quits ect.

but if an other clients connects, he get's the infos again. And if i restart mirc, i always have to wirte the command.
And the Traffic of the server is still the same of Quits / Joins / Parts notices..

Re: disable quits joins parts...

Posted: Fri Nov 28, 2008 1:27 pm
by Casper
I don't think there's an option to hide users joining or parting, simple because it makes no sense. Why on earth would you like to disable that? (If it's about hiding users in the channel, channelmode +u might be something for you.)

Re: disable quits joins parts...

Posted: Fri Nov 28, 2008 3:54 pm
by [dx]
If you are using mIRC as client press Alt + O, then go to IRC on left side, and on right side click on Events. Choose HIde for events you want.

Re: disable quits joins parts...

Posted: Fri Nov 28, 2008 5:20 pm
by zEkE
If none of this has answered the question, then you need to paste the messages you are seeing that you would like to not see anymore.