Make the last commit actually compile.

This commit is contained in:
B.Greenham 2010-02-23 03:08:58 -05:00
parent 88b63e6506
commit be2d3c114f
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@
#include "modules.h"
#include "hook.h"
#include "s_newconf.h"
#include "s_user.h"
static void do_whois(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
static void single_whois(struct Client *source_p, struct Client *target_p, int operspy);

View File

@ -400,7 +400,7 @@ static const char * replies[] = {
/* 376 RPL_ENDOFMOTD, */ ":%s 376 %s :End of /MOTD command.",
/* 377 */ NULL,
/* 378 RPL_WHOISHOST, */ "%s :is connecting from *@%s %s",
/* 379 RPL_WHOISMODES */ "%s :%s,
/* 379 RPL_WHOISMODES */ "%s :%s",
/* 380 */ NULL,
/* 381 RPL_YOUREOPER, */ ":%s 381 %s :You're a <censored> <censored> IRC operator! Did you know that? This message is FACTUAL.",
/* 382 RPL_REHASHING, */ ":%s 382 %s %s :Rehashing",