mirror of
https://github.com/anope/anope.git
synced 2026-07-05 23:13:12 +02:00
Implement support for flexible table layouts.
This commit is contained in:
@@ -114,6 +114,8 @@ private:
|
||||
|
||||
ListFormatter list(source.nc);
|
||||
list.AddColumn(_("Number")).AddColumn(_("Message"));
|
||||
list.SetFlexible(_("{number}: {message}"));
|
||||
|
||||
for (size_t i = 0; i < q->size(); ++i)
|
||||
{
|
||||
ListFormatter::ListEntry entry;
|
||||
|
||||
Reference in New Issue
Block a user