diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/modules/cs_appendtopic.c | 4 | ||||
-rw-r--r-- | version.log | 15 |
3 files changed, 10 insertions, 10 deletions
@@ -58,6 +58,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006 08/05 F Externed doValidHost call for modules to use. [#570] 08/05 F Lang files now support %R for use with StrictPrivMsg. [#565] 08/06 F Segfault when shuting down anope. [#491] +08/06 F Fixed typos in cs_appendtopic.c. [#571] Provided by ThaPrince <jon@vile.com> - 2006 05/19 A Plexus 3 support. [ #00] diff --git a/src/modules/cs_appendtopic.c b/src/modules/cs_appendtopic.c index cab457b72..8d3120d37 100644 --- a/src/modules/cs_appendtopic.c +++ b/src/modules/cs_appendtopic.c @@ -66,14 +66,14 @@ int AnopeInit(int argc, char **argv) my_add_languages(); - alog("[cs_appendtopic] Loaded succesfully"); + alog("[cs_appendtopic] Loaded successfully"); return MOD_CONT; } void AnopeFini(void) { - alog("[cs_appendtopic] Unloaded succefully"); + alog("[cs_appendtopic] Unloaded successfully"); } void my_cs_help(User * u) diff --git a/version.log b/version.log index 7203b056c..9591d4dcc 100644 --- a/version.log +++ b/version.log @@ -9,24 +9,25 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1121" +VERSION_BUILD="1122" # $Log$ # +# BUILD : 1.7.14 (1122) +# BUGS : 571 +# NOTES : fixed typos in cs_appendtopic +# # BUILD : 1.7.14 (1121) # BUGS : 491 # NOTES : anope segfault on shutdown -# # # BUILD : 1.7.14 (1120) # BUGS : N/A -# NOTES : ok last time with the lang file thing -# +# NOTES : ok last time with the lang file thing # # BUILD : 1.7.14 (1119) # BUGS : N/A # NOTES : Should have fixed my stupid segfault -# # # BUILD : 1.7.14 (1118) # BUGS : N/A @@ -42,13 +43,11 @@ VERSION_BUILD="1121" # # BUILD : 1.7.14 (1115) # BUGS : 491 -# NOTES : Dont allow IRCD Protocol modules to be unloaded -# +# NOTES : Dont allow IRCD Protocol modules to be unloaded # # BUILD : 1.7.14 (1114) # BUGS : 565 # NOTES : Updated all lang files -# # # BUILD : 1.7.14 (1113) # BUGS : |