disable quits joins parts...

These are old archives. They are kept for historic purposes only.
Post Reply
ifan
Posts: 2
Joined: Thu Nov 27, 2008 9:21 pm

disable quits joins parts...

Post by ifan »

Hi,

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

quits
joins
parts
noitce

Thanks :)
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: disable quits joins parts...

Post 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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
ifan
Posts: 2
Joined: Thu Nov 27, 2008 9:21 pm

Re: disable quits joins parts...

Post 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..
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: disable quits joins parts...

Post 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.)
Ex Network-Administrator
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: disable quits joins parts...

Post 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.
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: disable quits joins parts...

Post 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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
Post Reply