1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:33:13 +02:00

# BUILD : 1.7.14 (1054) # BUGS : 524 # NOTES : fixed typo in a function name.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@781 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-16 21:48:19 +00:00
parent fe01470ff6
commit 5d0cebfa23
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
06/15 F OpenBSD Config issue. [#519]
06/15 F langcomp with _GNU_SOURCES defined. [ #00]
06/16 F Fixed several memleaks in ns_noop.c. [ #00]
06/16 F Fixed typo in function name. [#524]
Provided by ThaPrince <jon@vile.com> - 2006
05/19 A Plexus 3 support. [ #00]
+1 -1
View File
@@ -59,7 +59,7 @@ ModuleQueue *mod_operation_queue = NULL;
int displayCommand(Command * c);
int displayCommandFromHash(CommandHash * cmdTable[], char *name);
int displayMessageFromHashl(char *name);
int displayMessageFromHash(char *name);
int displayMessage(Message * m);
char *ModuleGetErrStr(int status);
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1053"
VERSION_BUILD="1054"
# $Log$
#
# BUILD : 1.7.14 (1054)
# BUGS : 524
# NOTES : fixed typo in a function name.
#
# BUILD : 1.7.14 (1053)
# BUGS :
# NOTES : just a booboo.