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> | 2016-06-05 17:47:56 +0100 |
commit | 4f57d083c810f57edc0fe449b0de1f48e402107b (patch) | |
tree | 16b151f653454b48643b28a5ef6c14034e167f60 /src/s_user.c | |
parent | 634111fc07826dcf7f1f408c5186dc9f842d2a5c (diff) |
Add global channel operator support
Diffstat (limited to 'src/s_user.c')
-rw-r--r-- | src/s_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_user.c b/src/s_user.c index 772c16a..9482508 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 */ - 0, /* O */ + UMODE_GCHANOP, /* O */ 0, /* P */ 0, /* Q */ UMODE_REGONLY, /* R */ |