Просмотр исходного кода

revised string from discussion on ticket

tags/v1.0.0-rc1
Shivaram Lingamneni 5 лет назад
Родитель
Сommit
729d4b377c
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      irc/idletimer.go

+ 1
- 1
irc/idletimer.go Просмотреть файл

@@ -258,7 +258,7 @@ func (nt *NickTimer) sendWarning() {
258 258
 	// 1. sent with prefix `nickserv`
259 259
 	// 2. contains the string "identify"
260 260
 	// 3. contains at least one of several other magic strings ("authenticate" works)
261
-	baseNotice := "Nickname is reserved; you must change it or authenticate (identify) to NickServ within %v"
261
+	baseNotice := "This nickname is reserved. Please login within %v (using $b/msg NickServ IDENTIFY <password>$b or SASL)"
262 262
 	nt.client.Send(nil, "NickServ", "NOTICE", nt.client.Nick(), fmt.Sprintf(nt.client.t(baseNotice), nt.timeout))
263 263
 }
264 264
 

Загрузка…
Отмена
Сохранить