From 361454d367661f9812d74c6a703964885f9b6ac4 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 30 Jan 2007 17:09:39 +0000 Subject: Fix the text in this numeric git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6458 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_topic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cmd_topic.cpp b/src/cmd_topic.cpp index 770b95660..f9abaa309 100644 --- a/src/cmd_topic.cpp +++ b/src/cmd_topic.cpp @@ -68,7 +68,7 @@ CmdResult cmd_topic::Handle (const char** parameters, int pcnt, userrec *user) } if ((Ptr->modes[CM_TOPICLOCK]) && (Ptr->GetStatus(user) < STATUS_HOP)) { - user->WriteServ("482 %s %s :You must be at least a half-operator to change modes on this channel", user->nick, Ptr->name); + user->WriteServ("482 %s %s :You must be at least a half-operator to change the topic on this channel", user->nick, Ptr->name); return CMD_FAILURE; } } -- cgit v1.2.3