diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-02-20 22:15:56 +0100 |
|---|---|---|
| committer | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-02-20 22:15:56 +0100 |
| commit | d426f199568813759fd31718fa1542f0b454e93b (patch) | |
| tree | 62ccc1de2df23e1173865b0c62c7c914c3f38468 /docs/motd.md | |
| parent | 333a918d79fdc090e64743946293ff08d8d1edfd (diff) | |
| download | wiki-d426f199568813759fd31718fa1542f0b454e93b.tar.gz wiki-d426f199568813759fd31718fa1542f0b454e93b.tar.bz2 wiki-d426f199568813759fd31718fa1542f0b454e93b.zip | |
motd
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 |
