From 14630f6b4763b34ff96c091c3e55f387862af185 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:16:36 +0100 Subject: Convert global channel operator support to OFTC's God mode. OFTC's God mode is very similar to the global channel operator mode, with the following differences: - gaining God mode notifies all operators - uses of God mode privileges notifies all operators - God mode times out after a configurable period - uses umode S rather than O - S is taken for SSL clients in hybrid 8.1.13. So align with OFTC's implementation, but omit these features. --- src/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/s_user.c') diff --git a/src/s_user.c b/src/s_user.c index 9482508..b9a9a64 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -99,7 +99,7 @@ const unsigned int user_modes[256] = 0, /* L */ 0, /* M */ 0, /* N */ - UMODE_GCHANOP, /* O */ + UMODE_GOD, /* O */ 0, /* P */ 0, /* Q */ UMODE_REGONLY, /* R */ -- cgit