Page 1 of 1

[m_nopartreason] -> Request

Posted: Fri Jan 17, 2014 7:44 pm
by westor
Hello,

In my network i have problem with some guys that using BOTNET scripts and using join/part with badword reasons so i think if there is any module or if it is not if someone is good to write one about channel mode +P that will stop ALL the part reasons from the channel.

- Thanks a lot!! -> Happy new year!

Re: [m_nopartreason] -> Request

Posted: Sat Jan 18, 2014 1:18 am
by katsklaw
Source: http://www.unrealircd.com/files/docs/un ... l#setblock

set::static-quit <quit message>;
Sets a static quit message that will be sent whenever a client logs off the network. This eliminates the need for anti-spam-quit-message-time, as well as the set::prefix-quit. It will NOT replace ERRORS with the static-quit message.

set::static-part <no|yes|part message>;
A value of 'yes' strips all part comments, a value of 'no' makes part just work as usual, anything else will be used as a part comment (eg: static-part "Bye!") but this can be quite annoying, so use with care.

Re: [m_nopartreason] -> Request

Posted: Sat Jan 18, 2014 12:25 pm
by westor
Yes i think this option for set::static-part but i want it not in all channels but in some thats the reason that i request the module

Re: [m_nopartreason] -> Request

Posted: Sun Jun 22, 2014 9:13 pm
by viein
Hello, i think you are talking about: http://sourceforge.net/projects/uircd-m ... es/noquit/
BUT it affect quit message too if a user is a member of at least one single channel which has mode +P his quit message will be changed into: "Client exited" in all other channel where he's member even if they are not +P.
that obvious seeing that a /quit concerne server.
in the other hand hidding (modifing) part messages is done per channel
i hope i was clear enough :)

you may changed that on the source code

Code: Select all

#define QUIT_MSG "whatever default quit message"