diff options
author | wushin <pasekei@gmail.com> | 2016-10-13 11:55:01 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-10-13 13:28:06 -0500 |
commit | e1c5c4d938f6a734b44c7db1266da2eae8ba4197 (patch) | |
tree | ea19737738b0351adb203fa77dbbba05221f04c4 /npc/commands | |
parent | faec2e2164f6df535dea7b1a6e941ec4fb7e45a2 (diff) | |
download | serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.tar.gz serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.tar.bz2 serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.tar.xz serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.zip |
Add MOTD to Configs
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/motd.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index ff3e6b49..cea01544 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -177,6 +177,8 @@ OnPCLoginEvent: end; OnInit: + MOTD_text; + MOTD_debug_text; .size = getarraysize($MOTD_Messages$); .dsize = getarraysize($Debug_Messages$); bindatcmd "motd", "@motd::OnCall", 3, 99, 0; |