summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-19 23:22:46 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-19 23:22:46 +0000
commitba20023fb40269dc1bf7dc220899becc1f07d91c (patch)
treef2e1292fee3e0905dd0b465bac576742ca5d234f /include
parent1a8633d81a99790ed3ca9e727ac4d94235e523b9 (diff)
Make this compile.. create NI_FORBIDDEN (temporary) and NI_NOEXPIRE to migrate settings.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1759 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/services.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h
index 7fbb00f05..88f132557 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1096,6 +1096,9 @@ typedef struct ircd_modes_ {
/* These two are not used anymore */
#define NS_OLD_ENCRYPTEDPW 0x0001 /* Nickname password is encrypted */
+
+
+
/* Nickname setting flags: */
#define NI_KILLPROTECT 0x00000001 /* Kill others who take this nick */
#define NI_SECURE 0x00000002 /* Don't recognize unless IDENTIFY'd */
@@ -1117,6 +1120,11 @@ typedef struct ircd_modes_ {
#define NI_HIDE_STATUS 0x00020000 /* Don't show services access status */
#define NI_SUSPENDED 0x00040000 /* Nickname is suspended */
#define NI_AUTOOP 0x00080000 /* Autoop nickname in channels */
+#define NI_NOEXPIRE 0x00100000 /* nicks in this group won't expire */
+
+// Old NS_VERBOTEN, very fucking temporary.
+#define NI_FORBIDDEN 0x80000000
+
/* Languages. Never insert anything in the middle of this list, or
* everybody will start getting the wrong language! If you want to change
* the order the languages are displayed in for NickServ HELP SET LANGUAGE,