diff options
Diffstat (limited to 'modules/commands/ns_group.cpp')
-rw-r--r-- | modules/commands/ns_group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_group.cpp b/modules/commands/ns_group.cpp index 9fa8e4998..2f49eb7ac 100644 --- a/modules/commands/ns_group.cpp +++ b/modules/commands/ns_group.cpp @@ -295,7 +295,7 @@ class CommandNSGList : public Command else nc = source.GetAccount(); - ListFormatter list; + ListFormatter list(source.GetAccount()); list.AddColumn("Nick").AddColumn("Expires"); time_t nickserv_expire = Config->GetModule("nickserv")->Get<time_t>("expire"); for (unsigned i = 0; i < nc->aliases->size(); ++i) |