From d426f199568813759fd31718fa1542f0b454e93b Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:15:56 +0100 Subject: motd --- docs/motd.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/motd.md (limited to 'docs/motd.md') diff --git a/docs/motd.md b/docs/motd.md new file mode 100644 index 0000000..8775346 --- /dev/null +++ b/docs/motd.md @@ -0,0 +1,30 @@ +# motd + +[<-Back-to:Auth](database-auth.md) + +**The \`motd\` table** + +**Structure** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------ | -------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [realmid][1] | INT | SIGNED | PRI | NO | | | | +| [text][2] | LONGTEXT | | | YES | NULL | | | + + +[1]: #realmid +[2]: #username + +## Description of the fields + +### realmid + +RealmID for the Motd to be sent + +-1 for all realms + +A specified realm is superior to -1 (All Realms) + +### text + +The text for Motd -- cgit