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:
+1
-1
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user