mirror of
https://github.com/znc/znc.git
synced 2026-05-06 21:42:28 +02:00
Merge branch '1.6.x'
This commit is contained in:
+1
-1
@@ -853,7 +853,7 @@ CString CClient::GetNickMask() const {
|
||||
sHost = "irc.znc.in";
|
||||
}
|
||||
|
||||
return GetNick() + "!" + (m_pNetwork ? m_pNetwork->GetBindHost() : m_pUser->GetIdent()) + "@" + sHost;
|
||||
return GetNick() + "!" + (m_pNetwork ? m_pNetwork->GetIdent() : m_pUser->GetIdent()) + "@" + sHost;
|
||||
}
|
||||
|
||||
bool CClient::IsValidIdentifier(const CString& sIdentifier) {
|
||||
|
||||
Reference in New Issue
Block a user