mirror of
https://github.com/anope/anope.git
synced 2026-07-06 23:03:14 +02:00
Fix a few lines added/changed earlier to be the way they should be.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1744 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-4
@@ -292,7 +292,7 @@ long unsigned int UserKey2;
|
||||
long unsigned int UserKey3;
|
||||
|
||||
char *Numeric;
|
||||
char *UlineServers;
|
||||
static char *UlineServers;
|
||||
char **Ulines;
|
||||
int NumUlines;
|
||||
|
||||
@@ -1387,9 +1387,6 @@ Directive directives[] = {
|
||||
{"RemoteServer3", {{PARAM_STRING, 0, &RemoteServer3},
|
||||
{PARAM_PORT, 0, &RemotePort3},
|
||||
{PARAM_STRING, 0, &RemotePassword3}}},
|
||||
{"RestrictOperNicks", {{PARAM_SET, PARAM_RELOAD, &RestrictOperNicks}}},
|
||||
{"AnonymousGlobal", {{PARAM_SET, PARAM_RELOAD, &AnonymousGlobal}}},
|
||||
{"UlineServers", {{PARAM_STRING, PARAM_RELOAD, &UlineServers}}},
|
||||
};
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user