mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
@@ -577,6 +577,8 @@ CString CUser::AddTimestamp(time_t tm, const CString& sStr) const {
|
||||
// \x1D italic
|
||||
// \x1F underline
|
||||
// Also see http://www.visualirc.net/tech-attrs.php
|
||||
//
|
||||
// Keep in sync with CIRCSocket::IcuExt__UCallback
|
||||
if (CString::npos != sRet.find_first_of("\x02\x03\x04\x0F\x12\x16\x1D\x1F")) {
|
||||
sRet += "\x0F";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user