From 433bf712b96a0fe85aba14dac682e5d69bb6e3e4 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 26 Nov 2017 17:54:56 +1300 Subject: [PATCH] adc: ignore search requests --HG-- branch : adc --- AdcProtocol.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)