ignore target in whois

This commit is contained in:
Jeremy Latt 2014-02-12 09:42:47 -08:00
parent 6daf81ea91
commit db2a21fee0
1 changed files with 0 additions and 4 deletions

View File

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