From: Sergey Matveev Date: Mon, 5 Oct 2015 20:56:15 +0000 (+0300) Subject: Fix client workability when sending message to unexistent recipient X-Git-Tag: 1.2~9 X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=commitdiff_plain;h=e0ffe8ac287709ffa4af4e1325b86ad73d78ae50 Fix client workability when sending message to unexistent recipient --- diff --git a/daemon.go b/daemon.go index 53dde3e..30d8c5d 100644 --- a/daemon.go +++ b/daemon.go @@ -458,6 +458,7 @@ func (daemon *Daemon) Processor(events <-chan ClientEvent) { r, found := daemon.rooms[target] if !found { client.ReplyNoNickChan(target) + continue } daemon.roomSinks[r] <- ClientEvent{ client,