From 0db67c7938e8f7c30ffc227d756bb5d51a53d861 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sun, 16 Nov 2008 02:20:12 +0000 Subject: [PATCH] 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 --- src/config.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/config.c b/src/config.c index c47ccda51..6fcea128a 100644 --- a/src/config.c +++ b/src/config.c @@ -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}}}, }; /*************************************************************************/