summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/extern.h2
-rw-r--r--include/services.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/include/extern.h b/include/extern.h
index 40bdfda79..423524a48 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -534,7 +534,7 @@ E int langlist[NUM_LANGS];
E void lang_init();
#define getstring(na,index) \
- (langtexts[((na) && (static_cast<NickAlias *>(na))->nc && !((static_cast<NickAlias *>(na))->status & NS_VERBOTEN) ? (static_cast<NickAlias *>(na))->nc->language : NSDefLanguage)][(index)])
+ (langtexts[((na) && (static_cast<NickAlias *>(na))->nc && !((static_cast<NickAlias *>(na))->status & NS_FORBIDDEN) ? (static_cast<NickAlias *>(na))->nc->language : NSDefLanguage)][(index)])
#define getstring2(nc,index) \
(langtexts[((nc) ? (static_cast<NickCore *>(nc))->language : NSDefLanguage)][(index)])
E int strftime_lang(char *buf, int size, User * u, int format,
diff --git a/include/services.h b/include/services.h
index 76a2878fa..663bfaa23 100644
--- a/include/services.h
+++ b/include/services.h
@@ -678,7 +678,7 @@ struct badword_ {
/* Don't allow any privileges unless a user is IDENTIFY'd with NickServ */
#define CI_SECURE 0x00000040
/* Don't allow the channel to be registered or used */
-#define CI_VERBOTEN 0x00000080
+#define CI_FORBIDDEN 0x00000080
/* Channel password is encrypted */
#define CI_ENCRYPTEDPW 0x00000100
/* Channel does not expire */
@@ -1092,7 +1092,7 @@ typedef struct ircd_modes_ {
#define MF_NOTIFYS 0x0004 /* Memo is a notification of receitp */
/* Nickname status flags: */
-#define NS_VERBOTEN 0x0002 /* Nick may not be registered or used */
+#define NS_FORBIDDEN 0x0002 /* Nick may not be registered or used */
#define NS_NO_EXPIRE 0x0004 /* Nick never expires */
#define NS_IDENTIFIED 0x8000 /* User has IDENTIFY'd */
#define NS_RECOGNIZED 0x4000 /* ON_ACCESS true && SECURE flag not set */
@@ -1134,7 +1134,7 @@ typedef struct ircd_modes_ {
#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.
+// Old NS_FORBIDDEN, very fucking temporary.
#define NI_FORBIDDEN 0x80000000
/* Languages. Never insert anything in the middle of this list, or