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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user