mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-06 09:34:09 +01:00
dline: Fix a bug where UNDLINE didn't remove them from datastore
This commit is contained in:
parent
e9324c3250
commit
4b5f4b6755
@ -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…
Reference in New Issue
Block a user