From 3af786d4c97e8ee99ea122a5c058d82e6222f295 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 8 Oct 2012 20:58:47 -0400 Subject: Fix fantasy !help & give it its own help header, not ChanServ's --- modules/commands/cs_clone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_clone.cpp') diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 99c635c8f..bbc06c7be 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -98,7 +98,7 @@ public: target_ci->last_topic_time = target_ci->c->topic_time; } else - target_ci->last_topic_setter = source.owner->nick; + target_ci->last_topic_setter = source.service->nick; FOREACH_MOD(I_OnChanRegistered, OnChanRegistered(target_ci)); -- cgit