Commit Diff


commit - 643ae1b48bc83edad5ba5fa337f81564c79fd0cd
commit + 0ef94edad75eb9053d8899512aba6a3fb14e21b6
blob - ffd0b89c6a479ff9a194b42e96103dca3d45dac0
blob + d62be359c5435000418d75956e9b5fa2b41e086e
--- src/ngircd/conn.c
+++ src/ngircd/conn.c
@@ -950,7 +950,7 @@ Conn_Close( CONN_ID Idx, const char *LogMsg, const cha
 			 (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