diff --git a/modules/awaystore.cpp b/modules/awaystore.cpp index 53fe7aeb..a27d0947 100644 --- a/modules/awaystore.cpp +++ b/modules/awaystore.cpp @@ -67,6 +67,7 @@ class CAway : public CModule void BackCommand(const CString& sCommand) { if ((m_vMessages.empty()) && (sCommand.Token(1) != "-quiet")) PutModNotice("Welcome Back!"); + Ping(); Back(); }