summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-04 03:32:40 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-04 03:32:40 +0000
commit59e7ad6024936944cd2a864ea344eb3f0ccf90f2 (patch)
treee06d8823d873022759e9a276f55a085a18ce26f7 /include
parent8d89775ceb31c41ec40512891ab209b217eb65d0 (diff)
BUILD : 1.7.5 (368) BUGS : N/A NOTES : IRCD protocol clean up, and support for Numerics on Unreal32/RageIRCD
git-svn-id: svn://svn.anope.org/anope/trunk@368 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@239 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/extern.h1
-rw-r--r--include/services.h2
-rw-r--r--include/unreal32.h3
3 files changed, 3 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h
index 2fd0f5692..ce496b325 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -296,6 +296,7 @@ E int UseSVS2MODE;
E int RestrictOperNicks;
E int UseTokens;
E int NewsCount;
+E int Numeric;
E char **HostSetters;
E int HostNumber;
diff --git a/include/services.h b/include/services.h
index 81c1b2017..9002789ae 100644
--- a/include/services.h
+++ b/include/services.h
@@ -250,6 +250,8 @@ struct ircdvars_ {
int tokencaseless; /* TOKEN are not case senstive - most its Unreal that is case senstive */
int sjb64; /* Base 64 encode TIMESTAMP */
int invitemode; /* +I */
+ int sjoinbanchar; /* use single quotes to define it */
+ int sjoinexchar; /* use single quotes to define it */
};
struct ircdcapab_ {
diff --git a/include/unreal32.h b/include/unreal32.h
index 4970b6772..ddbc206a7 100644
--- a/include/unreal32.h
+++ b/include/unreal32.h
@@ -97,7 +97,4 @@
#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
-#define SJOINBANNCHAR '&'
-#define SJOINEXCEPTIONCHAR '\"'
-
#endif