| # | Line 213 | Line 213 | set_locale(const char *locale) | |
|---|---|---|
| 213 | ||
| 214 | strlcpy(used_locale, locale, sizeof(used_locale)); | |
| 215 | if (!res) | |
| 216 | < | sendto_realops_flags(UMODE_ALL, L_ADMIN, "Language file [%s] contains " |
| 216 | > | sendto_realops_flags(UMODE_ALL, L_ADMIN, SEND_NOTICE, |
| 217 | > | "Language file [%s] contains " |
| 218 | "errors, check server log file for more details", | |
| 219 | used_locale); | |
| 220 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |