diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 9d502be3d..5286a9cf3 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -14,7 +14,9 @@ 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); + mes col("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/]", 9); next; + // Force user to disconnect + atcommand "@kick "+strcharinfo(0); return; } |