1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 14:03:13 +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
+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)