mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 17:49:11 +00:00
add section and rfc number to comment about QUIT error
This commit is contained in:
parent
643ae1b48b
commit
0ef94edad7
@ -950,7 +950,7 @@ Conn_Close( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClie
|
|||||||
(double)My_Connections[Idx].bytes_out / 1024);
|
(double)My_Connections[Idx].bytes_out / 1024);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* Send ERROR to client (see RFC!) */
|
/* Send ERROR to client (see RFC 2812, section 3.1.7) */
|
||||||
if (FwdMsg)
|
if (FwdMsg)
|
||||||
Conn_WriteStr(Idx, "ERROR :%s", FwdMsg);
|
Conn_WriteStr(Idx, "ERROR :%s", FwdMsg);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user