mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
README.md: add Support and License
This commit is contained in:
parent
eeec6a6863
commit
d9fbb00488
12
README.md
12
README.md
@ -15,6 +15,8 @@ PBot is a versatile IRC Bot written in Perl
|
|||||||
* [Admin management](#admin-management)
|
* [Admin management](#admin-management)
|
||||||
* [Easy configuration](#easy-configuration)
|
* [Easy configuration](#easy-configuration)
|
||||||
* [Advanced Interpreter](#advanced-interpreter)
|
* [Advanced Interpreter](#advanced-interpreter)
|
||||||
|
* [Support](#support)
|
||||||
|
* [License](#license)
|
||||||
<!-- md-toc-end -->
|
<!-- md-toc-end -->
|
||||||
|
|
||||||
Installation / Quick Start
|
Installation / Quick Start
|
||||||
@ -57,9 +59,9 @@ has been configured to fall-back to a previously saved state whenever it times o
|
|||||||
|
|
||||||
* `mode` command can take wildcards, e.g. `mode +ov foo* bar*` to op nicks beginning with `foo` and voice nicks beginning with `bar`
|
* `mode` command can take wildcards, e.g. `mode +ov foo* bar*` to op nicks beginning with `foo` and voice nicks beginning with `bar`
|
||||||
* `unban <nick>` and `unmute <nick>` can remove all bans/mutes matching `<nick>`'s hostmask or account
|
* `unban <nick>` and `unmute <nick>` can remove all bans/mutes matching `<nick>`'s hostmask or account
|
||||||
* `ban` and `mute` will intelligently set banmasks; also supports timeouts
|
* `ban` and `mute` will intelligently set banmasks; supports timeouts
|
||||||
* `ban` and `mute` can take a comma-separate list of nicks. Will intelligently group them into multiple `MODE +bbbb` commands
|
* `ban` and `mute` can take a comma-separate list of nicks. Will intelligently group them into multiple `MODE +bbbb` commands
|
||||||
* `kick` can take a comma-separated list of nicks. also accept wildcards
|
* `kick` can take a comma-separated list of nicks; accept wildcards
|
||||||
* and much, much, more
|
* and much, much, more
|
||||||
|
|
||||||
### Channel management
|
### Channel management
|
||||||
@ -151,4 +153,10 @@ PBot has an advanced command interpreter with useful functionality.
|
|||||||
* aliases
|
* aliases
|
||||||
* and more!
|
* and more!
|
||||||
|
|
||||||
|
Support
|
||||||
|
-------
|
||||||
|
PBot has many features and can be daunting. For support, feel free to join the `#pbot2` channel on the [Freenode IRC network](https://freenode.net/kb/answer/chat).
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
PBot is licensed under the [Mozilla Public License, version 2](https://www.mozilla.org/en-US/MPL/2.0/).
|
||||||
|
Loading…
Reference in New Issue
Block a user