mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
ignore target in whois
This commit is contained in:
parent
6daf81ea91
commit
db2a21fee0
@ -370,10 +370,6 @@ func (m *WhoisCommand) HandleServer(server *Server) {
|
||||
client := m.Client()
|
||||
|
||||
// TODO implement target query
|
||||
if m.target != "" {
|
||||
client.Reply(ErrNoSuchServer(server, m.target))
|
||||
return
|
||||
}
|
||||
|
||||
for _, mask := range m.masks {
|
||||
// TODO implement wildcard matching
|
||||
|
Loading…
Reference in New Issue
Block a user