aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-06-29 02:22:11 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-06-29 02:22:11 +0200
commit9456ffb8db652fe6659121c6ccba99ae72c31ceb (patch)
tree54a3e161b4a5e787e5bbaf7c18b8d6afad6a06c2 /README.md
parentc6c91787e0d04758bd93e6ca791b97d2aa2118b8 (diff)
parente937f5ff67eaf1dc87f8d9b0502dd0825ed9b5bd (diff)
downloadxban2-9456ffb8db652fe6659121c6ccba99ae72c31ceb.tar.gz
xban2-9456ffb8db652fe6659121c6ccba99ae72c31ceb.tar.bz2
xban2-9456ffb8db652fe6659121c6ccba99ae72c31ceb.zip
Merge https://github.com/minetest-mods/xban2, Cleanup function
Modify cleanup function to remove only uninteresting entries, not only not banned users. This makes the function more suitable to an xban mod where ban is not the only type of entry available.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1af1c84..a3b75c1 100644
--- a/README.md
+++ b/README.md
@@ -116,3 +116,9 @@ the supported import plugins at the time of writing:
* `v2`: Old format used by xban (`players.iplist.v2`).
**Example:** `/xban_dbi minetest`
+
+### `xban_cleanup`
+
+Removes all non-banned entries from the xban db.
+
+**Usage:** `/xban_cleanup`