mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Cleanup CTable after making it not a table earlier
This commit is contained in:
@@ -444,7 +444,7 @@ void CClient::UserCommand(CString& sLine) {
|
||||
CString sStatus = pChan->IsOn() ? (pChan->IsDetached() ? "Detached" : "Joined") : (pChan->IsDisabled() ? "Disabled" : "Trying");
|
||||
|
||||
CTable Table;
|
||||
Table.AddColumn(sChan, false);
|
||||
Table.AddColumn(sChan);
|
||||
Table.AddColumn(sStatus);
|
||||
|
||||
Table.AddRow();
|
||||
|
||||
Reference in New Issue
Block a user