From 86f6923b7270cf10dc49051abb0df5e314b151e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Fri, 16 Feb 2018 14:24:27 +0100 Subject: Added reason to unban, documented API changes --- doc/dbformat.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/dbformat.txt') 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" }, }, } -- cgit v1.2.3