about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2009-06-05 01:39:33 +0200
committerFlorian Westphal <fw@strlen.de>2009-06-05 01:39:33 +0200
commit0ef94edad75eb9053d8899512aba6a3fb14e21b6 (patch)
tree309b1683e1d73d0194d3ffe78fb57ee5e2266285
parent643ae1b48bc83edad5ba5fa337f81564c79fd0cd (diff)
downloadngircd-0ef94edad75eb9053d8899512aba6a3fb14e21b6.tar.gz
ngircd-0ef94edad75eb9053d8899512aba6a3fb14e21b6.zip
add section and rfc number to comment about QUIT error
-rw-r--r--src/ngircd/conn.c2
1 files changed, 1 insertions, 1 deletions
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