mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 02:36:24 -07:00
Remove expects from ban_ip explanation, since table is all optional stuff
This commit is contained in:
parent
7e6936f509
commit
c9abd7a162
2 changed files with 7 additions and 4 deletions
|
@ -44,7 +44,7 @@ The following are modules that can be loaded via `require("modulename")`. See [.
|
|||
|
||||
## manage
|
||||
- **manage.ban_ip(ip string, duration string, reason string, staff string|int, options table)**
|
||||
- Bans the given IP for the given duration and gets/expects other optional ban data from the `options` table below
|
||||
- Bans the given IP for the given duration and gets other optional ban data from the `options` table below
|
||||
|
||||
Key | Type | Explanation
|
||||
---|---|---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue