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

# BUILD : 1.7.14 (1122) # BUGS : 571 # NOTES : fixed typos in cs_appendtopic

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@846 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-06 15:00:13 +00:00
parent 241282a395
commit 03281f47bc
3 changed files with 10 additions and 10 deletions
+1
View File
@@ -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]
+2 -2
View File
@@ -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)
+7 -8
View File
@@ -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 :