mirror of
https://github.com/znc/znc.git
synced 2026-06-30 06:51:26 +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:
+2
-2
@@ -280,9 +280,9 @@ private:
|
||||
|
||||
if (WatchEntry.IsMatch(Nick, sMessage, sSource)) {
|
||||
if (m_pUser->IsUserAttached()) {
|
||||
m_pUser->PutUser(":" + WatchEntry.GetTarget() + "!watch@znc.com PRIVMSG " + m_pUser->GetCurNick() + " :" + sMessage);
|
||||
m_pUser->PutUser(":" + WatchEntry.GetTarget() + "!watch@znc.in PRIVMSG " + m_pUser->GetCurNick() + " :" + sMessage);
|
||||
} else {
|
||||
m_Buffer.AddLine(":" + WatchEntry.GetTarget() + "!watch@znc.com PRIVMSG ", " :" + sMessage);
|
||||
m_Buffer.AddLine(":" + WatchEntry.GetTarget() + "!watch@znc.in PRIVMSG ", " :" + sMessage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user