mirror of
https://github.com/anope/anope.git
synced 2026-07-03 21:23:13 +02:00
Replaced anope_cmd_message() with direct call to SendMessage() in IRCDProto class.
Also added SendMessageInternal() function to IRCDProto class, now SendMessage() is a stub to handle varargs. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1333 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ int m_privmsg(const char *source, const char *receiver, const char *msg)
|
||||
|
||||
if (!u) {
|
||||
alog("%s: user record for %s not found", msg, source);
|
||||
anope_cmd_message(receiver, source,
|
||||
ircdproto->SendMessage(receiver, source,
|
||||
getstring(NULL, USER_RECORD_NOT_FOUND));
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user