mirror of
https://github.com/znc/znc.git
synced 2026-08-09 02:12:56 +02:00
Merge pull request #1304 from RealKindOne/master
Remove reference for attaching queries.
This commit is contained in:
+1
-1
@@ -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