]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_topic.cpp
Change the wording of configure, to indicate that building as ipv6 is no longer an...
[user/henk/code/inspircd.git] / src / cmd_topic.cpp
index 770b95660313c2fd8d08c08a19be60063b7fa5a9..f9abaa3092640a8425e70fa2c8ac04e5b812e114 100644 (file)
@@ -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;
                                }
                        }