diff --git a/AdcProtocol.go b/AdcProtocol.go index a19c3ed..1dbe48e 100644 --- a/AdcProtocol.go +++ b/AdcProtocol.go @@ -316,8 +316,11 @@ func (this *AdcProtocol) ProcessCommand(msg string) { // Private message from other user // EMSG I5RO FMWH test\spm PMI5RO + // Ignored messages + // ```````````````` + case "DCTM": // Client-client ConnectToMe - // ignore + case "BSCH": // Search default: this.malformed(parts)