Merge branch 'master' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2013-11-14 22:40:56 +04:00
+1
View File
@@ -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();
}