diff --git a/modules/crypt.cpp b/modules/crypt.cpp index 7000d0cd..df6d7963 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -37,6 +37,12 @@ public: virtual EModRet OnUserMsg(CString& sTarget, CString& sMessage) { sTarget.TrimLeft("\244"); + + if (sMessage.Left(2) == "``") { + sMessage.LeftChomp(2); + return CONTINUE; + } + MCString::iterator it = FindNV(sTarget.AsLower()); if (it != EndNV()) {