mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
DETACH: Don't show Detached from <channel>
This commit is contained in:
@@ -380,7 +380,6 @@ void CClient::ReadLine(const CString& sData) {
|
||||
}
|
||||
|
||||
pChan->DetachUser();
|
||||
PutStatusNotice("Detached from [" + sChan + "]");
|
||||
return;
|
||||
} else if (sCommand.Equals("JOIN")) {
|
||||
CString sChans = sLine.Token(1).TrimPrefix_n();
|
||||
|
||||
Reference in New Issue
Block a user