mirror of
https://github.com/anope/anope.git
synced 2026-07-05 07:33:13 +02:00
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
This commit is contained in:
parent
8d89775ceb
commit
59e7ad6024
@@ -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;
|
||||
|
||||
@@ -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_ {
|
||||
|
||||
@@ -97,7 +97,4 @@
|
||||
|
||||
#define DEFAULT_MLOCK CMODE_n | CMODE_t | CMODE_r
|
||||
|
||||
#define SJOINBANNCHAR '&'
|
||||
#define SJOINEXCEPTIONCHAR '\"'
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user