mirror of
https://github.com/znc/znc.git
synced 2026-07-04 17:01:23 +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:
@@ -473,6 +473,7 @@ class CCryptMod : public CModule {
|
||||
CTable Table;
|
||||
Table.AddColumn(t_s("Target", "listkeys"));
|
||||
Table.AddColumn(t_s("Key", "listkeys"));
|
||||
Table.SetStyle(CTable::ListStyle);
|
||||
|
||||
for (MCString::iterator it = BeginNV(); it != EndNV(); ++it) {
|
||||
if (!it->first.Equals(NICK_PREFIX_KEY)) {
|
||||
|
||||
Reference in New Issue
Block a user