mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
revised string from discussion on ticket
This commit is contained in:
parent
a211ddfcdb
commit
729d4b377c
@ -258,7 +258,7 @@ func (nt *NickTimer) sendWarning() {
|
||||
// 1. sent with prefix `nickserv`
|
||||
// 2. contains the string "identify"
|
||||
// 3. contains at least one of several other magic strings ("authenticate" works)
|
||||
baseNotice := "Nickname is reserved; you must change it or authenticate (identify) to NickServ within %v"
|
||||
baseNotice := "This nickname is reserved. Please login within %v (using $b/msg NickServ IDENTIFY <password>$b or SASL)"
|
||||
nt.client.Send(nil, "NickServ", "NOTICE", nt.client.Nick(), fmt.Sprintf(nt.client.t(baseNotice), nt.timeout))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user