summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/account.h')
-rw-r--r--include/account.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/account.h b/include/account.h
index e20b70fe4..dc0d21c7d 100644
--- a/include/account.h
+++ b/include/account.h
@@ -58,8 +58,8 @@ enum NickCoreFlag
NI_SUSPENDED,
/* Autoop nickname in channels */
NI_AUTOOP,
- /* Nick won't expire */
- NI_NOEXPIRE,
+ /* This nickcore is forbidden, which means the nickalias for it is aswell */
+ NI_FORBIDDEN,
NI_END
};