adc: ignore search requests

--HG--
branch : adc
This commit is contained in:
mappu 2017-11-26 17:54:56 +13:00
parent 9e2ce27f08
commit 433bf712b9
1 changed files with 4 additions and 1 deletions

View File

@ -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)