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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user