summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 15:23:26 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 15:23:26 +0000
commitf74036dc585c4830eb874a74517808b1cf308e52 (patch)
tree8260df1eee72b07fe1d93526bd97c41e8fb2e5a1 /src/commands.c
parentd121c4bd37bdcc1a4d863d6452a33176d1f4bcc6 (diff)
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
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c4
1 files changed, 4 insertions, 0 deletions
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