forked from External/ergo
use consistent phrase for auto-away message
This commit is contained in:
parent
a4343bf77d
commit
6916dbeae0
1 changed files with 1 additions and 1 deletions
|
|
@ -1291,7 +1291,7 @@ func (client *Client) destroy(session *Session) {
|
||||||
autoAway = true
|
autoAway = true
|
||||||
client.autoAway = true
|
client.autoAway = true
|
||||||
client.away = true
|
client.away = true
|
||||||
awayMessage = config.languageManager.Translate(client.languages, `Disconnected from the server`)
|
awayMessage = config.languageManager.Translate(client.languages, `User is currently disconnected`)
|
||||||
client.awayMessage = awayMessage
|
client.awayMessage = awayMessage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue