Merge pull request #1304 from RealKindOne/master

Remove reference for attaching queries.
This commit is contained in:
Alexey Sokolov
2016-08-15 20:46:09 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}
+1 -1
View File
@@ -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;
}