msg="<font color='grey'>"+QDateTime::currentDateTime().toString(QString::fromUtf8("dd/MM/yyyy hh:mm:ss"))+"</font> - "+tr("<font color='red'>%1</font> <i>was blocked due to your IP filter</i>","x.y.z.w was blocked").arg(ip);
msg="<font color='grey'>"+QDateTime::currentDateTime().toString(QString::fromUtf8("dd/MM/yyyy hh:mm:ss"))+"</font> - "+tr("<font color='red'>%1</font> was blocked","x.y.z.w was blocked").arg(ip);
else
msg="<font color='grey'>"+QDateTime::currentDateTime().toString(QString::fromUtf8("dd/MM/yyyy hh:mm:ss"))+"</font> - "+tr("<font color='red'>%1</font> <i>was banned due to corrupt pieces</i>","x.y.z.w was banned").arg(ip);
msg="<font color='grey'>"+QDateTime::currentDateTime().toString(QString::fromUtf8("dd/MM/yyyy hh:mm:ss"))+"</font> - "+tr("<font color='red'>%1</font> was banned","x.y.z.w was banned").arg(ip);