mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:46:39 +02:00
Fix compile error.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1847 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1169,7 +1169,7 @@ int anope_event_privmsg(const char *source, int ac, const char **av)
|
||||
BotInfo *bi = findbot(av[0]);
|
||||
|
||||
if (!u)
|
||||
return; // likely a message from a server, which can happen.
|
||||
return MOD_CONT; // likely a message from a server, which can happen.
|
||||
|
||||
m_privmsg(u->nick, bi ? bi->nick: av[0], av[1]);
|
||||
return MOD_CONT;
|
||||
|
||||
Reference in New Issue
Block a user