diff --git a/modules/away.cpp b/modules/away.cpp index 313df00d..be157e0b 100644 --- a/modules/away.cpp +++ b/modules/away.cpp @@ -309,8 +309,8 @@ public: sTime.Trim(); } if (m_sReason.empty()) - m_sReason = "away :Auto Away at " + sTime; - PutIRC(m_sReason); + m_sReason = "Auto Away at " + sTime; + PutIRC("AWAY :" + m_sReason); m_bIsAway = true; } }