forked from External/ergo
dline: Fix a bug where UNDLINE didn't remove them from datastore
This commit is contained in:
parent
e9324c3250
commit
4b5f4b6755
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ func unDLineHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
tx.Delete(hostString)
|
tx.Delete(dlineKey)
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue