[m_nopartreason] -> Request

These are old archives. They are kept for historic purposes only.
Post Reply
westor
Official supporter
Posts: 21
Joined: Fri Feb 15, 2013 9:42 pm
Location: Greece
Contact:

[m_nopartreason] -> Request

Post 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!
IRC.ChatHUB.ORG
I Would Like To Kiss You But I Cant Tell Me Why Not My BaBy ? ? ?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: [m_nopartreason] -> Request

Post 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.
westor
Official supporter
Posts: 21
Joined: Fri Feb 15, 2013 9:42 pm
Location: Greece
Contact:

Re: [m_nopartreason] -> Request

Post 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
IRC.ChatHUB.ORG
I Would Like To Kiss You But I Cant Tell Me Why Not My BaBy ? ? ?
viein
Posts: 10
Joined: Sat Jun 21, 2014 5:47 pm

Re: [m_nopartreason] -> Request

Post 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"
Post Reply