diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:27:19 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | 9cbf528b2137173f0f551749bbccd65769d04ebe (patch) | |
tree | 316e17d76befec5dd032f1282808ce5e0c1c918b | |
parent | 100ac438aed721d40c516a782ba148b273a2a863 (diff) |
Rename MOTD file to "motd.txt" from "services.motd".
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 38fdd7de4..f1adba437 100644 --- a/data/example.conf +++ b/data/example.conf @@ -237,7 +237,7 @@ serverinfo * The filename containing the Message of the Day. The path is relative to the * services root directory. */ - motd = "conf/services.motd" + motd = "conf/motd.txt" } /* |