]> arthur.barton.de Git - ngircd-alex.git/commitdiff
add section and rfc number to comment about QUIT error
authorFlorian Westphal <fw@strlen.de>
Thu, 4 Jun 2009 23:39:33 +0000 (01:39 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 4 Jun 2009 23:39:33 +0000 (01:39 +0200)
src/ngircd/conn.c

index ffd0b89c6a479ff9a194b42e96103dca3d45dac0..d62be359c5435000418d75956e9b5fa2b41e086e 100644 (file)
@@ -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