mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 00:19:29 +01:00
uban list explicitly shows indefinite durations
This commit is contained in:
parent
a99c8a42f9
commit
df234b842e
@ -897,10 +897,7 @@ func formatBanForListing(client *Client, key string, info IPBanInfo) string {
|
||||
if info.OperReason != "" && info.OperReason != info.Reason {
|
||||
desc = fmt.Sprintf("%s | %s", info.Reason, info.OperReason)
|
||||
}
|
||||
if info.Duration != 0 {
|
||||
desc = fmt.Sprintf("%s [%s]", desc, info.TimeLeft())
|
||||
}
|
||||
desc = fmt.Sprintf("%s added on [%s]", desc, info.TimeCreated.UTC().Format(time.RFC1123))
|
||||
desc = fmt.Sprintf("%s [%s] added on [%s]", desc, info.TimeLeft(), info.TimeCreated.UTC().Format(time.RFC1123))
|
||||
banType := "Ban"
|
||||
if info.RequireSASL {
|
||||
banType = "SASL required"
|
||||
|
Loading…
Reference in New Issue
Block a user