summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/motd.txt.example
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/motd.txt.example')
-rw-r--r--world/map/npc/functions/motd.txt.example10
1 files changed, 0 insertions, 10 deletions
diff --git a/world/map/npc/functions/motd.txt.example b/world/map/npc/functions/motd.txt.example
deleted file mode 100644
index f52b80f9..00000000
--- a/world/map/npc/functions/motd.txt.example
+++ /dev/null
@@ -1,10 +0,0 @@
-function|script|MOTD
-{
- setarray $@MOTD$,
-
- "Welcome to The Mana World! (running on tmwAthena)",
- "[@@http://ow.ly/MCesp|Website & Wiki@@] [@@https://goo.gl/fC4YcM|Bug Reports@@] [@@https://goo.gl/z6YDDp|Live Support@@]",
- "You can report abuse by typing in chat: @wgm Player XYZ is abusing me";
-
- return;
-}