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:
parent
241282a395
commit
03281f47bc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user