Automated merge with ssh://hg.atheme.org//hg/charybdis
This commit is contained in:
commit
5c68d54336
3 changed files with 3 additions and 2 deletions
|
@ -154,6 +154,8 @@ extern const char *form_str(int);
|
||||||
#define RPL_LISTEND 323
|
#define RPL_LISTEND 323
|
||||||
#define RPL_CHANNELMODEIS 324
|
#define RPL_CHANNELMODEIS 324
|
||||||
|
|
||||||
|
#define RPL_CHANNELURL 328 /* to be sent by services */
|
||||||
|
|
||||||
#define RPL_CREATIONTIME 329
|
#define RPL_CREATIONTIME 329
|
||||||
#define RPL_WHOISLOGGEDIN 330
|
#define RPL_WHOISLOGGEDIN 330
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,6 @@ struct config_file_entry
|
||||||
const char *xlinefile;
|
const char *xlinefile;
|
||||||
const char *resvfile;
|
const char *resvfile;
|
||||||
|
|
||||||
char *servlink_path;
|
|
||||||
char *egdpool_path;
|
char *egdpool_path;
|
||||||
|
|
||||||
char *default_operstring;
|
char *default_operstring;
|
||||||
|
|
|
@ -349,7 +349,7 @@ static const char * replies[] = {
|
||||||
/* 325 */ NULL,
|
/* 325 */ NULL,
|
||||||
/* 326 */ NULL,
|
/* 326 */ NULL,
|
||||||
/* 327 */ NULL,
|
/* 327 */ NULL,
|
||||||
/* 328 */ NULL,
|
/* 328 RPL_CHANNELURL */ NULL,
|
||||||
/* 329 RPL_CREATIONTIME, */ ":%s 329 %s %s %lu",
|
/* 329 RPL_CREATIONTIME, */ ":%s 329 %s %s %lu",
|
||||||
/* 330 RPL_WHOISLOGGEDIN */ ":%s 330 %s %s %s :is logged in as",
|
/* 330 RPL_WHOISLOGGEDIN */ ":%s 330 %s %s %s :is logged in as",
|
||||||
/* 331 RPL_NOTOPIC, */ ":%s 331 %s %s :No topic is set.",
|
/* 331 RPL_NOTOPIC, */ ":%s 331 %s %s :No topic is set.",
|
||||||
|
|
Loading…
Reference in a new issue