mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Merge pull request #823 from Zarthus/pass-patch
Tell user to use PASS <username>/<network> instead of just the username.
This commit is contained in:
+4
-1
@@ -82,7 +82,10 @@ void CClient::SendRequiredPasswordNotice() {
|
||||
PutClient(":irc.znc.in 464 " + GetNick() + " :Password required");
|
||||
PutClient(":irc.znc.in NOTICE AUTH :*** "
|
||||
"You need to send your password. "
|
||||
"Try /quote PASS <username>:<password>");
|
||||
"Configure your client to send a server password.");
|
||||
PutClient(":irc.znc.in NOTICE AUTH :*** "
|
||||
"To connect now, you can use /quote PASS <username>:<password>, "
|
||||
"or /quote PASS <username>/<network>:<password> to connect to a specific network.");
|
||||
}
|
||||
|
||||
void CClient::ReadLine(const CString& sData) {
|
||||
|
||||
Reference in New Issue
Block a user