1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 12:26:36 +02:00

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
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-05-12 18:08:31 +00:00
parent 1d467b95a8
commit d751db2d96
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -654,7 +654,7 @@ void unreal_cmd_notice_ops(char *source, char *dest, char *buf)
return;
}
send_cmd(NULL, "%s @%s :%s", send_token("NOTICE", "B"), dest, buf);
send_cmd(source, "%s @%s :%s", send_token("NOTICE", "B"), dest, buf);
}