summaryrefslogtreecommitdiff
path: root/src/s_user.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2016-06-05 14:16:36 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2019-07-21 20:58:59 +0100
commit02b2a4ebcbd2eb71f7abaad36da2dc489c7c2d7c (patch)
tree2a3625f29859be965c7972f6fa131db0f9c9790b /src/s_user.c
parent7a438c17063b92a23f9ab133a88097861a6f4527 (diff)
Add global channel operator support
Diffstat (limited to 'src/s_user.c')
-rw-r--r--src/s_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_user.c b/src/s_user.c
index 359478b..751684b 100644
--- a/src/s_user.c
+++ b/src/s_user.c
@@ -97,7 +97,7 @@ const unsigned int user_modes[256] =
0, /* L */
0, /* M */
0, /* N */
- 0, /* O */
+ UMODE_GCHANOP, /* O */
0, /* P */
0, /* Q */
UMODE_REGONLY, /* R */