mirror of
https://github.com/znc/znc.git
synced 2026-06-27 13:31:32 +02:00
Use znc.in instead of znc.com
No cookie for that domain catcher at znc.com! git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1181 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -439,7 +439,7 @@ public:
|
||||
|
||||
void SendToUser(const CString & sFrom, const CString & sText)
|
||||
{
|
||||
//:*schat!znc@znc.com PRIVMSG Jim :
|
||||
//:*schat!znc@znc.in PRIVMSG Jim :
|
||||
CString sSend = ":" + sFrom + " PRIVMSG " + m_pUser->GetCurNick() + " :" + sText;
|
||||
PutUser(sSend);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user