diff options
author | Adam <Adam@anope.org> | 2013-12-25 15:15:14 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-25 15:16:04 -0500 |
commit | 19eccf0caebd6a1fc57ccd5fcca984410a9b7372 (patch) | |
tree | b941e671c307f95f5d2c925dbe4921adb802e249 /modules/database/db_old.cpp | |
parent | dbf5106c0986db078cf7ec9a49737b7caefe1728 (diff) |
Fix setting english language in db_old, document how not setting defaultlanguage really works
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r-- | modules/database/db_old.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index a6627bb8b..77e980d7c 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -539,7 +539,7 @@ static void LoadNicks() case LANG_JA_EUC: case LANG_JA_SJIS: // these seem to be unused default: - nc->language = "en_US"; + nc->language = "en"; } READ(read_uint16(&u16, f)); |