forked from External/ergo
fix incorrect source of some nickserv messages
This commit is contained in:
parent
f2d0842453
commit
7dd25c6ac7
1 changed files with 2 additions and 2 deletions
|
|
@ -423,8 +423,8 @@ func displaySetting(settingName string, settings AccountSettings, client *Client
|
|||
}
|
||||
case "dm-history":
|
||||
effectiveValue := historyEnabled(config.History.Persistent.DirectMessages, settings.DMHistory)
|
||||
csNotice(rb, fmt.Sprintf(client.t("Your stored direct message history setting is: %s"), historyStatusToString(settings.DMHistory)))
|
||||
csNotice(rb, fmt.Sprintf(client.t("Given current server settings, your direct message history setting is: %s"), historyStatusToString(effectiveValue)))
|
||||
nsNotice(rb, fmt.Sprintf(client.t("Your stored direct message history setting is: %s"), historyStatusToString(settings.DMHistory)))
|
||||
nsNotice(rb, fmt.Sprintf(client.t("Given current server settings, your direct message history setting is: %s"), historyStatusToString(effectiveValue)))
|
||||
|
||||
default:
|
||||
nsNotice(rb, client.t("No such setting"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue