mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Change "znc" to "ZNC".
This commit is contained in:
@@ -187,7 +187,7 @@ void CClient::ReadLine(const CString& sData) {
|
||||
}
|
||||
return;
|
||||
} else if (sCommand.Equals("PING")) {
|
||||
// All PONGs are generated by znc. We will still forward this to
|
||||
// All PONGs are generated by ZNC. We will still forward this to
|
||||
// the ircd, but all PONGs from irc will be blocked.
|
||||
if (sLine.length() >= 5)
|
||||
PutClient(":irc.znc.in PONG irc.znc.in " + sLine.substr(5));
|
||||
|
||||
Reference in New Issue
Block a user