]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
Merge remote-tracking branch 'fgsch/certfp'
[ngircd-alex.git] / src / ngircd / messages.h
index a6a6d8c24559457d70adacc5cffb78dc3152f214..3a91c1838998ec1a85dba3f10978ca2a82a21563 100644 (file)
@@ -49,6 +49,7 @@
 #define RPL_NETUSERS_MSG               "266 %s %lu %lu :Current global users: %lu, Max: %lu"
 #define RPL_STATSCONN_MSG              "250 %s :Highest connection count: %lu (%lu connections received)"
 #define RPL_WHOISSSL_MSG               "275 %s %s :is connected via SSL (secure link)"
+#define RPL_WHOISCERTFP_MSG            "276 %s %s :has client certificate fingerprint %s"
 
 #define RPL_AWAY_MSG                   "301 %s %s :%s"
 #define RPL_USERHOST_MSG               "302 %s :"
@@ -56,6 +57,7 @@
 #define RPL_UNAWAY_MSG                 "305 %s :You are no longer marked as being away"
 #define RPL_NOWAWAY_MSG                        "306 %s :You have been marked as being away"
 #define RPL_WHOISREGNICK_MSG           "307 %s %s :is a registered nick"
+#define RPL_WHOISSERVICE_MSG           "310 %s %s :is an IRC service"
 #define RPL_WHOISUSER_MSG              "311 %s %s %s %s * :%s"
 #define RPL_WHOISSERVER_MSG            "312 %s %s %s :%s"
 #define RPL_WHOISOPERATOR_MSG          "313 %s %s :is an IRC operator"