diff options
Diffstat (limited to 'modules/core/cs_xop.cpp')
-rw-r--r-- | modules/core/cs_xop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_xop.cpp b/modules/core/cs_xop.cpp index 38c82d183..19dce6bd4 100644 --- a/modules/core/cs_xop.cpp +++ b/modules/core/cs_xop.cpp @@ -306,7 +306,7 @@ class XOPBase : public Command if (!SentHeader) { SentHeader = true; - source.Reply(_("%s list for %s:\n Num Nick"), ci->name.c_str()); + source.Reply(_("%s list for %s:\n Num Nick"), this->name.c_str(), ci->name.c_str()); } XOPListCallback::DoList(source, access, i + 1, level); |