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

Make whois reply come from the correct service.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1529 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-03 23:17:43 +00:00
parent 72b8b7f422
commit 87749d06dd
+1 -1
View File
@@ -436,7 +436,7 @@ void inspircd_cmd_chghost(const char *nick, const char *vhost)
int anope_event_idle(const char *source, int ac, const char **av)
{
BotInfo *bi = findbot(s_OperServ);
BotInfo *bi = findbot(av[0]);
if (!bi)
return MOD_CONT;