diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:16:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-07-21 20:58:59 +0100 |
commit | 02b2a4ebcbd2eb71f7abaad36da2dc489c7c2d7c (patch) | |
tree | 2a3625f29859be965c7972f6fa131db0f9c9790b /src/conf.c | |
parent | 7a438c17063b92a23f9ab133a88097861a6f4527 (diff) |
Add global channel operator support
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1172,7 +1172,7 @@ set_default_conf(void) ConfigFileEntry.true_no_oper_flood = 0; ConfigFileEntry.oper_pass_resv = 1; ConfigFileEntry.max_targets = MAX_TARGETS_DEFAULT; - ConfigFileEntry.oper_only_umodes = UMODE_DEBUG; + ConfigFileEntry.oper_only_umodes = UMODE_GCHANOP | UMODE_DEBUG; ConfigFileEntry.oper_umodes = UMODE_BOTS | UMODE_LOCOPS | UMODE_SERVNOTICE | UMODE_OPERWALL | UMODE_WALLOP; ConfigFileEntry.throttle_time = 1; |