From d751db2d961cea64a9fcbcb01302e8a601d84c5d Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 12 May 2008 18:08:31 +0000 Subject: Fixed moduleNoticeLang and anope_cmd_notice_ops git-svn-id: svn://svn.anope.org/anope/trunk@1394 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1109 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.c') diff --git a/src/modules.c b/src/modules.c index b71fd4f8b..a87f47ca9 100644 --- a/src/modules.c +++ b/src/modules.c @@ -2630,7 +2630,7 @@ void moduleNoticeLang(char *source, User * u, int number, ...) if (*s) *s++ = '\0'; strscpy(outbuf, t, sizeof(outbuf)); - notice(source, u->nick, "%s", outbuf); + notice_user(source, u, "%s", outbuf); } free(buf); } else { -- cgit