diff options
| author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 00:48:39 +0000 |
|---|---|---|
| committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 00:48:39 +0000 |
| commit | b9d62796920a4fde698af1beee0919fdb13dd59a (patch) | |
| tree | e75a78115da6cc66940fe2180d39ad9ed2d6c3f9 /include | |
| parent | a9fd3fd828ab7b717cb7676f3a9e881b02a05743 (diff) | |
UseTokens needs to die in a fire, don't let it be turned off.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1605 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/extern.h | 2 | ||||
| -rw-r--r-- | include/services.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h index b4e975004..f5efbcdb8 100644 --- a/include/extern.h +++ b/include/extern.h @@ -303,7 +303,6 @@ E int NickRegDelay; E int UseSVSHOLD; E int UseSVS2MODE; E int RestrictOperNicks; -E int UseTokens; E int NewsCount; E char *Numeric; E int UnRestrictSAdmin; @@ -1026,7 +1025,6 @@ E unsigned int mysql_rand(void); E char *common_get_vident(User *u); E char *common_get_vhost(User *u); -E const char *send_token(const char *token1, const char *token2); E const char* base64enc(long i); E long base64dec(char *b64); E long base64dects(const char *ts); diff --git a/include/services.h b/include/services.h index ecf514fe0..faa3b2f8d 100644 --- a/include/services.h +++ b/include/services.h @@ -381,7 +381,6 @@ struct ircdvars_ { int knock_needs_i; /* Check if we needed +i when setting NOKNOCK */ char *chanmodes; /* If the ircd sends CHANMODE in CAPAB this is where we store it */ int token; /* Does Anope support the tokens for the ircd */ - 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 */ |
