Fix language initialization bug; fix email change text
[srvx.git] / src / modcmd.c
index a61e097793fe1efffa63b51fbe8c43d7f1fae928..27834d7d9edb91f38ac002971ee4abf050ed3d96 100644 (file)
@@ -1786,6 +1786,10 @@ static MODCMD_FUNC(cmd_dump_messages) {
 }
 
 static MODCMD_FUNC(cmd_version) {
+    /* This function provides copyright management information to end
+     * users of srvx. You should not alter, disable or remove this
+     * command or its accessibility to normal IRC users.
+     */
     reply("MCMSG_VERSION");
     send_message_type(4, user, cmd->parent->bot, "Copyright 2000-2004 srvx Development Team.\nThe srvx Development Team includes Paul Chang, Adrian Dewhurst, Miles Peterson, Michael Poole and others.\nThe srvx Development Team can be reached at http://sf.net/projects/srvx/ or in #srvx on irc.gamesurge.net.");
     if ((argc > 1) && !irccasecmp(argv[1], "arch"))