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

Added a short docs/LANGUAGES file explaining how to add translations for the core and modules, updated TODO, and fixed a few small bugs

This commit is contained in:
Adam
2010-09-26 15:09:39 -04:00
parent 7d5893a1c8
commit f3840ed110
6 changed files with 1677 additions and 1651 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class CommandNSSetLanguage : public Command
}
}
nc->language = param;
nc->language = param != "en" ? param : "";
u->SendMessage(NickServ, NICK_SET_LANGUAGE_CHANGED);
return MOD_CONT;