1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 13:23:13 +02:00
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2456 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
adam-
2009-08-19 21:30:34 +00:00
parent ac338268c9
commit a331432030
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -525,7 +525,7 @@ int do_saset_language(User * u, NickCore * nc, char *param)
return MOD_CONT;
}
nc->language = langlist[langnum];
notice_lang(s_NickServ, u, NICK_SASET_LANGUAGE_CHANGED);
notice_lang(s_NickServ, u, NICK_SASET_LANGUAGE_CHANGED, nc->display, getstring2(nc, LANG_NAME));
return MOD_CONT;
}