diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-25 13:16:18 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-25 13:16:18 +0000 |
commit | 250a9f71cf8a6c613ab78286af819996efd4306f (patch) | |
tree | f8a848943dd7b44cb62aebe9192d435d7fc14204 /src/plexus.c | |
parent | 44e6352387f0e55ba3006e00831eff3bd0674ba6 (diff) |
BUILD : 1.7.6 (499) BUGS : NOTES : Fixed several compiler warnings with make strict, removed 2 deprecated config vars.
git-svn-id: svn://svn.anope.org/anope/trunk@499 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@353 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/plexus.c')
-rw-r--r-- | src/plexus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plexus.c b/src/plexus.c index 20126b337..ddd7f5300 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -1353,10 +1353,11 @@ void anope_cmd_squit(char *servname, char *message) int anope_event_mode(char *source, int ac, char **av) { + Server *s; + if (ac < 2) return MOD_CONT; - Server *s; s = findserver(servlist, source); if (*av[0] == '#' || *av[0] == '&') { |