diff options
Diffstat (limited to 'modules/commands/cs_topic.cpp')
-rw-r--r-- | modules/commands/cs_topic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp index 5badaa12d..3474874d6 100644 --- a/modules/commands/cs_topic.cpp +++ b/modules/commands/cs_topic.cpp @@ -61,7 +61,7 @@ class CommandCSTopic : public Command "is set. This command is most useful in conjunction\n" "with topic lock.\n" "By default, limited to those with founder access on the\n" - "channel."), source.owner->nick.c_str()); + "channel."), source.service->nick.c_str()); return true; } }; |