mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Remove reference for attaching queries.
This was added in commit 85b84078f8 from pull request 1072.
Pull request 1014 would of made this command possible, but it was never pulled.
This commit is contained in:
@@ -1285,7 +1285,7 @@ bool CClient::OnOtherMessage(CMessage& Message) {
|
||||
CString sPatterns = Message.GetParams(0);
|
||||
|
||||
if (sPatterns.empty()) {
|
||||
PutStatusNotice("Usage: /attach <#chans|queries>");
|
||||
PutStatusNotice("Usage: /attach <#chans>");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ void CClient::UserCommand(CString& sLine) {
|
||||
CString sPatterns = sLine.Token(1, true);
|
||||
|
||||
if (sPatterns.empty()) {
|
||||
PutStatus("Usage: Attach <#chans|queries>");
|
||||
PutStatus("Usage: Attach <#chans>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user