From 3962ff864343f3dd398d715547d96491f5af0d7e Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 9 Sep 2020 03:57:51 -0400 Subject: [PATCH] deprecate roleplay commands See #1240 --- conventional.yaml | 4 ++-- default.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index 49bd495b..5ccc879d 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -528,6 +528,7 @@ oper-classes: - "local_unban" - "nofakelag" - "roleplay" + - "relaymsg-anywhere" # network operator "network-oper": @@ -561,7 +562,6 @@ oper-classes: - "vhosts" - "chanreg" - "history" - - "relaymsg-anywhere" - "defcon" # ircd operators @@ -748,7 +748,7 @@ fakelag: roleplay: # are roleplay commands enabled at all? (channels and clients still have to # opt in individually with the +E mode) - enabled: true + enabled: false # require the "roleplay" oper capability to send roleplay messages? require-oper: false diff --git a/default.yaml b/default.yaml index cc02e554..2b0980bb 100644 --- a/default.yaml +++ b/default.yaml @@ -556,6 +556,7 @@ oper-classes: - "local_unban" - "nofakelag" - "roleplay" + - "relaymsg-anywhere" # network operator "network-oper": @@ -589,7 +590,6 @@ oper-classes: - "vhosts" - "chanreg" - "history" - - "relaymsg-anywhere" - "defcon" # ircd operators @@ -776,7 +776,7 @@ fakelag: roleplay: # are roleplay commands enabled at all? (channels and clients still have to # opt in individually with the +E mode) - enabled: true + enabled: false # require the "roleplay" oper capability to send roleplay messages? require-oper: false