From f74036dc585c4830eb874a74517808b1cf308e52 Mon Sep 17 00:00:00 2001 From: rburchell Date: Sun, 15 Feb 2009 15:23:26 +0000 Subject: Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentified users. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2066 5417fbe8-f217-4b02-8779-1006273d7864 --- src/commands.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/commands.c') diff --git a/src/commands.c b/src/commands.c index d2c33d34c..a9ab5f052 100644 --- a/src/commands.c +++ b/src/commands.c @@ -83,6 +83,10 @@ void mod_run_cmd(char *service, User * u, CommandHash * cmdTable[], const char * return; } } + else + { + // Check whether or not access string is empty + } /* XXX: priv checking -- cgit