Merge pull request #346 from edk0/opmod-as-statusmsg

Port opmod_send_cprivmsg from ircd-seven, sans naming mistake
This commit is contained in:
Aaron Jones 2020-07-06 10:52:15 +00:00 committed by GitHub
commit e241d7979c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 154 additions and 11 deletions

View file

@ -374,6 +374,7 @@ channel {
autochanmodes = "+nt";
displayed_usercount = 3;
strip_topic_colors = no;
opmod_send_statusmsg = no;
};
serverhide {

View file

@ -837,6 +837,11 @@ channel {
/* strip_topic_colors: whether or not color codes in TOPIC should be stripped. */
strip_topic_colors = no;
/* opmod_send_statusmsg: format messages sent to ops due to +z
* as PRIVMSG @#channel when sent to clients.
*/
opmod_send_statusmsg = no;
};