Change "znc" to "ZNC".

This commit is contained in:
Alexey Sokolov
2011-09-04 18:04:07 +07:00
parent 3fe70390f5
commit d252a2b4e2
10 changed files with 20 additions and 17 deletions

View File

@@ -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));