1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 01:16:38 +02:00

BUILD : 1.7.9 (790) BUGS : N/A NOTES : Removed some comments from config.c

git-svn-id: svn://svn.anope.org/anope/trunk@790 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@550 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-12 18:49:41 +00:00
parent 1e064cc126
commit dada762c9e
2 changed files with 5 additions and 6 deletions
-5
View File
@@ -856,11 +856,6 @@ int parse(char *buf, int linenum, int reload)
}
}
if (n == lenof(directives)) {
/* error(linenum, "Unknown directive `%s'", dir);
return 1; *//* don't cause abort */
}
return retval;
}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="9"
VERSION_BUILD="789"
VERSION_BUILD="790"
# $Log$
#
# BUILD : 1.7.9 (790)
# BUGS : N/A
# NOTES : Removed some comments from config.c
#
# BUILD : 1.7.9 (789)
# BUGS : 375
# NOTES : NSOperListOnly and CSOperListOnly are correctly formated in the help now.