From: Florian Westphal Date: Thu, 4 Jun 2009 23:39:33 +0000 (+0200) Subject: add section and rfc number to comment about QUIT error X-Git-Tag: rel-15-rc1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ef94edad75eb9053d8899512aba6a3fb14e21b6;p=ngircd add section and rfc number to comment about QUIT error --- diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c index ffd0b89c..d62be359 100644 --- a/src/ngircd/conn.c +++ b/src/ngircd/conn.c @@ -950,7 +950,7 @@ Conn_Close( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClie (double)My_Connections[Idx].bytes_out / 1024); } #endif - /* Send ERROR to client (see RFC!) */ + /* Send ERROR to client (see RFC 2812, section 3.1.7) */ if (FwdMsg) Conn_WriteStr(Idx, "ERROR :%s", FwdMsg); else