tabular outline

This commit is contained in:
Pratyush Desai 2021-08-18 17:31:31 +05:30
parent b81fd05ee0
commit 076a74e601
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD

View File

@ -3,17 +3,50 @@ WIP Outline of Commands and Functionality
The permissions are inherited in descending order. Tier 1 inherits Tier 2 ... The permissions are inherited in descending order. Tier 1 inherits Tier 2 ...
+-----------+-------------+------------+-------------+----------+
|Commands |Description | Tier | Channel | Status |
| | | | Restrictions| |
+===========+=============+============+=============+==========+
| DEFCON | | Admins/Ops | column 3 | DONE |
+-----------+-------------+------------+-------------+----------+
| SAJOIN | | Admins/Ops | | DONE |
+-----------+-------------+------------+-------------+----------+
| SANICK | | Admins/Ops | column 3 | column 4 |
+-----------+-------------+------------+-------------+----------+
| KILL | | Admins/Ops | | |
+-----------+-------------+------------+-------------+----------+
| UBAN | | Moderators | column 3 | column 4 |
+-----------+-------------+------------+-------------+----------+
| NBAN | | Moderators | | |
+-----------+-------------+------------+-------------+----------+
| KBAN | | Moderators | column 3 | column 4 |
+-----------+-------------+------------+-------------+----------+
| SUSTATUS | | Moderators | | |
+-----------+-------------+------------+-------------+----------+
| WARN | | Tripsitters| column 3 | column 4 |
+-----------+-------------+------------+-------------+----------+
| ADDNOTE | | Tripsitters| | |
+-----------+-------------+------------+-------------+----------+
| STATUS | | Tripsitters| column 3 | column 4 |
+-----------+-------------+------------+-------------+----------+
| QUIET | | Tripsitters| | |
+-----------+-------------+------------+-------------+----------+
| NOTES | | Tripsitters| | |
+-----------+-------------+------------+-------------+----------+
Tier 1 : Administrator/Operator only Tier 1 : Administrator/Operator only
------------------------------------ ------------------------------------
1. DEFCON 1. DEFCON
2. SANICK 2. SANICK
3. SAJOIN 3. SAJOIN
4. UBAN - Variations. This can be considered akin to a KLINE in tripbot. 4. KILL
5. UBAN - Variations. This can be considered akin to a KLINE in tripbot.
Tier 2 : Moderators Tier 2 : Moderators
------------------- -------------------
1. NBAN - this will behave as current `nban` minus the kline aspect 1. NBAN - this will behave as current ``nban`` minus the kline aspect
2. KBAN - Single channel bans (exists) 2. KBAN - Single channel bans (exists)
3. WARN 3. WARN
4. SUSTATUS 4. SUSTATUS
@ -22,8 +55,8 @@ Tier 2 : Moderators
Tier 3 : Tripsitters Tier 3 : Tripsitters
-------------------- --------------------
1. QUIET - should allow for --all flag to quiet accross channels similar to NBAN 1. QUIET - should allow for --all flag to quiet accross channels similar to NBAN
1. This will require the use of the mute extban `MODE +b #channel m:nick!user@host` 1. This will require the use of the mute extban ``MODE +b #channel m:nick!user@host``
2. Refer to `@kban` and `@iban` code in the `Channel` plugin 2. Refer to ``@kban`` and ``@iban`` code in the ``Channel`` plugin
2. STATUS 2. STATUS
3. ADDNOTE 3. ADDNOTE
4. NOTES 4. NOTES