diff options
Diffstat (limited to 'modules/commands/ns_alist.cpp')
-rw-r--r-- | modules/commands/ns_alist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp index d9e91af52..5035bfa1a 100644 --- a/modules/commands/ns_alist.cpp +++ b/modules/commands/ns_alist.cpp @@ -42,7 +42,7 @@ class CommandNSAList : public Command nc = na->nc; } - ListFormatter list; + ListFormatter list(source.GetAccount()); int chan_count = 0; list.AddColumn("Number").AddColumn("Channel").AddColumn("Access"); |