mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-22 18:52:41 +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()
|
client := m.Client()
|
||||||
|
|
||||||
// TODO implement target query
|
// TODO implement target query
|
||||||
if m.target != "" {
|
|
||||||
client.Reply(ErrNoSuchServer(server, m.target))
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, mask := range m.masks {
|
for _, mask := range m.masks {
|
||||||
// TODO implement wildcard matching
|
// TODO implement wildcard matching
|
||||||
|
Loading…
Reference in New Issue
Block a user