From 1cda4f348372a755d99b291e6f4f9973a949f441 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 26 May 2006 17:02:09 +0200 Subject: Fix some unresolved symbols. --- irc_commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'irc_commands.c') diff --git a/irc_commands.c b/irc_commands.c index fe67a534..b33601be 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -543,7 +543,9 @@ static void irc_cmd_rehash( irc_t *irc, char **cmd ) else ipc_to_master( cmd ); +#ifndef _WIN32 irc_reply( irc, 382, "%s :Rehashing", CONF_FILE ); +#endif } static const command_t irc_commands[] = { -- cgit v1.2.3