diff --git a/modules/raw.cpp b/modules/raw.cpp index 39bb1a48..46ef8e85 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -14,6 +14,10 @@ public: return CONTINUE; } + virtual void OnModCommand(const CString& sCommand) { + m_pUser->PutUser(sCommand); + } + virtual EModRet OnUserRaw(CString& sLine) { PutModule("YOU -> [" + sLine + "]"); return CONTINUE;