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:
parent
1e064cc126
commit
dada762c9e
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user