summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/commands/ns_alist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp
index 4b7e7cb33..ef018ea8b 100644
--- a/modules/commands/ns_alist.cpp
+++ b/modules/commands/ns_alist.cpp
@@ -44,7 +44,7 @@ class CommandNSAList : public Command
list.addColumn("Number").addColumn("Channel").addColumn("Access");
- source.Reply(_("Channels that \002%s\002 has access on:"), nick.c_str());
+ source.Reply(_("Channels that \002%s\002 has access on:"), nc->display.c_str());
for (registered_channel_map::const_iterator it = RegisteredChannelList->begin(), it_end = RegisteredChannelList->end(); it != it_end; ++it)
{