mirror of
https://github.com/znc/znc.git
synced 2026-08-02 15:03:16 +02:00
Changed domain from gmail to rottenboy
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@465 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -38,12 +38,12 @@ CZNC::~CZNC() {
|
||||
|
||||
CString CZNC::GetTag(bool bIncludeVersion) {
|
||||
if (!bIncludeVersion) {
|
||||
return "ZNC - by prozac@gmail.com";
|
||||
return "ZNC - by prozac@rottenboy.com";
|
||||
}
|
||||
|
||||
char szBuf[32];
|
||||
memset(szBuf, 0, 32);
|
||||
snprintf(szBuf, 32, "ZNC %1.3f - by prozac@gmail.com", VERSION);
|
||||
snprintf(szBuf, 32, "ZNC %1.3f - by prozac@rottenboy.com", VERSION);
|
||||
|
||||
return szBuf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user