aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/extban.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules/extban.h b/include/modules/extban.h
index 8475b6df2..8f3268371 100644
--- a/include/modules/extban.h
+++ b/include/modules/extban.h
@@ -28,7 +28,9 @@ namespace ExtBan
class Manager;
class ManagerRef;
+ /** All possible extban formats. */
enum class Format
+ : uint8_t
{
/** Do not perform any normalisation of extbans. */
ANY,
@@ -42,6 +44,7 @@ namespace ExtBan
/** All possible types of extban. */
enum class Type
+ : uint8_t
{
/** The extban takes action against specific behaviour (e.g. nokicks). */
ACTING,