adc: ignore search requests
--HG-- branch : adc
This commit is contained in:
parent
9e2ce27f08
commit
433bf712b9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user