diff --git a/modules/raw.cpp b/modules/raw.cpp index ef7e7c17..17d86941 100644 --- a/modules/raw.cpp +++ b/modules/raw.cpp @@ -19,7 +19,7 @@ public: } virtual void OnModCommand(const CString& sCommand) { - m_pUser->PutUser(sCommand); + PutIRC(sCommand); } virtual EModRet OnUserRaw(CString& sLine) {