summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-16 02:20:12 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-16 02:20:12 +0000
commit0db67c7938e8f7c30ffc227d756bb5d51a53d861 (patch)
tree126f369c2df64f5b4c3533d00d9b4f6474043671
parentcbb6c43c7ed32ecf5a2408a865ca6a0e7291b436 (diff)
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
-rw-r--r--src/config.c5
1 files changed, 1 insertions, 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}}},
};
/*************************************************************************/