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:
KindOne
2016-08-14 21:12:14 -04:00
parent 88a8675c80
commit 3f48d0a01a
2 changed files with 2 additions and 2 deletions

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;
}