diff --git a/modules/shell.cpp b/modules/shell.cpp index d4871df4..a7e56948 100644 --- a/modules/shell.cpp +++ b/modules/shell.cpp @@ -137,7 +137,7 @@ public: a = sPath.find(' '); } - PutModule(sLine, m_pUser->GetCurNick(), sPath); + PutModule(sLine, "shell", sPath); } void RunCommand(const CString& sCommand) {