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,