1
0
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:
rburchell
2008-12-19 00:06:43 +00:00
parent 2cf1042582
commit ab658faa91
+1 -1
View File
@@ -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;