summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 51cc37f3f..cb8ffdada 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -41,7 +41,8 @@ enum AccessControlType {
AC_HALFOP, // a user is being halfopped
AC_DEHALFOP, // a user is being dehalfopped
AC_INVITE, // a user is being invited
- AC_GENERAL_MODE // a channel mode is being changed
+ AC_GENERAL_MODE, // a channel mode is being changed
+ AC_GENERAL_UMODE // a user mode is being changed
};
/** Used to define a set of behavior bits for a module