summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-27 13:19:52 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-27 13:19:52 -0300
commit8960300838b64d440b6939cdae5c8dfc13bd88fe (patch)
tree3b3a2efc051874147c08cd506e55a4e9ab65c2c7
parent4d91c975867d19c0c5a1b190569ae3bda951a16e (diff)
downloadserverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.gz
serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.bz2
serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.xz
serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.zip
Remove all mentions from evolonline.org from NPCs and IRC.
However, I cannot find the update server to update it
-rw-r--r--conf/channels.conf.base2
-rw-r--r--npc/001-1/cookiemaster.txt2
-rw-r--r--npc/functions/clientversion.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/channels.conf.base b/conf/channels.conf.base
index dee7575b..f7bdad32 100644
--- a/conf/channels.conf.base
+++ b/conf/channels.conf.base
@@ -58,7 +58,7 @@ chsys: (
irc_channel_name: "irc" /* available as #irc */
irc_channel_color: "Light_Green"
irc_channel_network: "irc.freenode.net:6667" /* network to connect to (:and port) */
- irc_channel_channel: "#evolonline" /* channel in the network above to join */
+ irc_channel_channel: "#themanaworld" /* channel in the network above to join */
irc_channel_nick: "testbot" /* nick the bot will use */
irc_channel_nick_pw: "" /* password to this nick (if any) to identify to nick server on the irc network */
irc_channel_use_ghost: false /* whether to send a GHOST command to the nick server (requires irc_channel_nick_pw to be defined) */
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index f7c86054..2f653637 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -137,7 +137,7 @@ L_Friends:
next;
mes col(lg("If you want to be rewarded, help us in making this world a better place."), 9);
next;
- mesc(l("When you see something that looks more like a bug than a feature, report it on http://bugs.evolonline.org or try to contact a game contributor."), 9);
+ mesc(l("When you see something that looks more like a bug than a feature, report it on https://forums.themanaworld.org or try to contact a game contributor."), 9);
next;
mesc(l("Any contribution to the game (translations, graphics creation/edition, concepts, coding/scripting, etc...) is rewarded!"), 9);
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 93a6b371..2f097e4e 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -14,7 +14,7 @@ function script checkclientversion {
next;
mes col("Not all features will work.", 9);
next;
- mes col("Please install the new client from http://www.evolonline.org/ or http://manaplus.org/", 9);
+ mesc l("Please install the new client from %s.", "[@@https://manaplus.org/|@@]");
next;
return;
}