summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:48:20 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:48:20 +0000
commit45e9c393df85eab779da2716f756fbdaaaf59f8b (patch)
tree73e14d50346e281f570c3aecb3548a8b6d8b1301 /include/extern.h
parentb9656d2e632c546dbb00ef5b72b45f666abad64c (diff)
Added anonymousglobal directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1732 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index a39ec0213..624c59f35 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -371,7 +371,7 @@ E char *BSFantasyCharacter;
E bool HideStatsO;
E bool GlobalOnCycle;
-E int AnonymousGlobal;
+E bool AnonymousGlobal;
E char *GlobalOnCycleMessage;
E char *GlobalOnCycleUP;
E char **ServicesRoots;