]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add 328 numeric (ChanServ channel URL) to the header files.
authorJilles Tjoelker <redacted>
Sun, 17 Aug 2008 12:49:01 +0000 (14:49 +0200)
committerJilles Tjoelker <redacted>
Sun, 17 Aug 2008 12:49:01 +0000 (14:49 +0200)
include/numeric.h
src/messages.tab

index af9435d059d38b45aa0a2aff5dbb55440b75644c..b80c200d2b7e54aa2a53bf0e1867f14934b31288 100644 (file)
@@ -154,6 +154,8 @@ extern const char *form_str(int);
 #define RPL_LISTEND          323
 #define RPL_CHANNELMODEIS    324
 
+#define RPL_CHANNELURL       328 /* to be sent by services */
+
 #define RPL_CREATIONTIME     329
 #define RPL_WHOISLOGGEDIN    330
 
index 2166b6462434873ca26bd632dcaa649517b47f8f..2424e0f74e2210ef9a059f31f1c0aa30c64342b6 100644 (file)
@@ -349,7 +349,7 @@ static  const char *  replies[] = {
 /* 325 */       NULL,
 /* 326 */       NULL,
 /* 327 */       NULL,
-/* 328 */       NULL,
+/* 328 RPL_CHANNELURL */       NULL,
 /* 329 RPL_CREATIONTIME, */    ":%s 329 %s %s %lu", 
 /* 330 RPL_WHOISLOGGEDIN */    ":%s 330 %s %s %s :is logged in as",
 /* 331 RPL_NOTOPIC, */          ":%s 331 %s %s :No topic is set.",