mirror of
https://github.com/znc/znc.git
synced 2026-05-06 13:32:36 +02:00
Search'n'replace remaining NULL occurrences (#816)
This commit is contained in:
@@ -323,7 +323,7 @@ public:
|
||||
#ifdef LEGACY_SAVEBUFF /* event logging is deprecated now in savebuf. Use buffextras module along side of this */
|
||||
CString SpoofChanMsg(const CString & sChannel, const CString & sMesg)
|
||||
{
|
||||
CString sReturn = ":*" + GetModName() + "!znc@znc.in PRIVMSG " + sChannel + " :" + CString(time(NULL)) + " " + sMesg;
|
||||
CString sReturn = ":*" + GetModName() + "!znc@znc.in PRIVMSG " + sChannel + " :" + CString(time(nullptr)) + " " + sMesg;
|
||||
return(sReturn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user