diff options
Diffstat (limited to 'docs/motd.md')
| -rw-r--r-- | docs/motd.md | 30 |
1 files changed, 30 insertions, 0 deletions
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 |
