1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 05:53:13 +02:00

Added cmd_notice() function to IRCDProtoNew class. (Replaces cmd_notice2)

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1229 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 18:45:11 +00:00
parent efb458a927
commit 6fa5553b4b
15 changed files with 25 additions and 69 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ void User::SendMessage(const char *source, const std::string &msg)
}
else
{
anope_cmd_notice2(source, this->nick, msg.c_str());
anope_cmd_notice(source, this->nick, msg.c_str());
}
}