unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit cb02dd45ff726089535cee5f21d350795f5315e5
parent 7e584194fac338d622c7f28595520dc81fa91239 Author: acidvegas <acid.vegas@acid.vegas> Date: Thu, 11 May 2023 23:38:39 -0400 :) Diffstat:
|
1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/include/numeric.h b/include/numeric.h @@ -437,8 +437,8 @@ #define STR_RPL_WHOISCHANNELS /* 319 */ "%s :%s" #define STR_RPL_WHOISSPECIAL /* 320 */ "%s :%s" #define STR_RPL_LISTSTART /* 321 */ "Channel :Users Name" -//#define STR_RPL_LIST /* 322 */ "%s %d :%s %s" -#define STR_RPL_LIST /* 322 */ "%s 5000 :%s %s" +#define STR_RPL_LIST /* 322 */ "%s %d :%s %s" +//#define STR_RPL_LIST /* 322 */ "%s 5000 :%s %s" #define STR_RPL_LISTEND /* 323 */ ":End of /LIST" #define STR_RPL_CHANNELMODEIS /* 324 */ "%s %s %s" #define STR_RPL_CREATIONTIME /* 329 */ "%s %lld" |