mirror of
https://github.com/anope/anope.git
synced 2026-07-08 13:23:13 +02:00
Fixed bug #1094
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2456 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user