summaryrefslogtreecommitdiff
path: root/npc/MOTD.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/MOTD.txt')
-rw-r--r--npc/MOTD.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/npc/MOTD.txt b/npc/MOTD.txt
deleted file mode 100644
index 99bd8c773..000000000
--- a/npc/MOTD.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-//================== Hercules Script =================
-//= _ _ _ =
-//= | | | | | | =
-//= | |_| | ___ _ __ ___ _ _| | ___ ___ =
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| =
-//= | | | | __/ | | (__| |_| | | __/\__ \ =
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/ =
-//= =
-//= http://herc.ws/board/ =
-//====================================================
-// run when any character logs in, attached to them.
-- script HerculesMOTD -1,{
- message strcharinfo(0),"Welcome to Hercules! Enjoy! Please report any bugs you find.";
- end;
-}