diff options
Diffstat (limited to 'modules/commands/ns_list.cpp')
-rw-r--r-- | modules/commands/ns_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_list.cpp b/modules/commands/ns_list.cpp index 058ae91b4..66ff914e9 100644 --- a/modules/commands/ns_list.cpp +++ b/modules/commands/ns_list.cpp @@ -70,7 +70,7 @@ class CommandNSList : public Command } mync = source.nc; - ListFormatter list; + ListFormatter list(source.GetAccount()); list.AddColumn("Nick").AddColumn("Last usermask"); |