mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Tell user to use PASS <username>/<network> instead of just the username.
In versions prior to 1.0, ZNC did not allow multiple networks per user. The string telling users to connect has never been changed after ZNC 1.0, and this fixes just that.
This commit is contained in:
@@ -82,7 +82,7 @@ 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>");
|
||||
"Try /quote PASS <username>/<network>:<password>");
|
||||
}
|
||||
|
||||
void CClient::ReadLine(const CString& sData) {
|
||||
|
||||
Reference in New Issue
Block a user