mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
listify two-column tables
excluded are the Q and partyline modules, as they are deprecated. There are some tables that have more than two columns, but could likely be easily modified, but this will be attempted at a later time.
This commit is contained in:
@@ -167,6 +167,7 @@ void CLogMod::ListRulesCmd(const CString& sLine) {
|
||||
CTable Table;
|
||||
Table.AddColumn(t_s("Rule", "listrules"));
|
||||
Table.AddColumn(t_s("Logging enabled", "listrules"));
|
||||
Table.SetStyle(CTable::ListStyle);
|
||||
|
||||
for (const CLogRule& Rule : m_vRules) {
|
||||
Table.AddRow();
|
||||
|
||||
Reference in New Issue
Block a user