1
0
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:
cyberbotx
2008-11-16 02:20:12 +00:00
parent cbb6c43c7e
commit 0db67c7938
+1 -4
View File
@@ -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}}},
};
/*************************************************************************/