aboutsummaryrefslogtreecommitdiff
path: root/doc/dbformat.txt
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-02-16 14:24:27 +0100
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-02-16 14:24:27 +0100
commit86f6923b7270cf10dc49051abb0df5e314b151e0 (patch)
tree44786b28cdb735a91cb4d693fc0d8a1d5e7eac4a /doc/dbformat.txt
parentdb0f91aa0a7e9bd085b957be20019ca924306131 (diff)
downloadxban2-86f6923b7270cf10dc49051abb0df5e314b151e0.tar.gz
xban2-86f6923b7270cf10dc49051abb0df5e314b151e0.tar.bz2
xban2-86f6923b7270cf10dc49051abb0df5e314b151e0.zip
Added reason to unban, documented API changes
Diffstat (limited to 'doc/dbformat.txt')
-rw-r--r--doc/dbformat.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dbformat.txt b/doc/dbformat.txt
index 71b25a5..a16737d 100644
--- a/doc/dbformat.txt
+++ b/doc/dbformat.txt
@@ -29,11 +29,13 @@ Each entry contains following fields:
reason = "qwerty",
time = 12341234,
expires = 43214321,
+ type = "ban"
},
[1] = {
source = "asdf",
reason = "Unbanned", -- When unbanned
time = 12341234,
+ type = "unban"
},
},
}