diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-07T16·41-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-07T16·41-0400 |
commit | c643ee1dfcb8d44b8cd198c768f31dd7659f2ff9 (patch) | |
tree | 8178c613e55c00944a6417a85ad304cf2af05587 /src/messages.toml | |
parent | 78a52142d191d25a74cb2124d5cca8a69d51ba7f (diff) |
Add messages, with global lookup map
Add support for messages, along with a global lookup map and random choice of messages.
Diffstat (limited to 'src/messages.toml')
-rw-r--r-- | src/messages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages.toml b/src/messages.toml new file mode 100644 index 000000000000..04746462d580 --- /dev/null +++ b/src/messages.toml @@ -0,0 +1,2 @@ +[global] +welcome = "Welcome to Xanthous! It's dangerous out there, why not stay inside?" |