-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6c17b1
commit d605e94
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[![Build Status](https://github.com/JohnMaguire/Cardinal/workflows/Cardinal/badge.svg)](https://github.com/JohnMaguire/Cardinal/actions?query=workflow%3ACardinal) [![Coverage Status](https://codecov.io/github/JohnMaguire/Cardinal/coverage.svg?branch=master)](https://codecov.io/github/JohnMaguire/Cardinal?branch=master) | ||
|
||
Python Twisted IRC bot with a focus on ease of development. | ||
Python Twisted IRC bot with a focus on ease of development. It features asynchronous plugins, with [decorators for adding commands](https://github.com/JohnMaguire/Cardinal/wiki/Writing-Plugins#adding-commands-to-a-plugin), [hooks for IRC events](https://github.com/JohnMaguire/Cardinal/wiki/Cardinal-Events), [a simple JSON database API](https://github.com/JohnMaguire/Cardinal/wiki/Database-Access), and [a well-documented API](https://github.com/JohnMaguire/Cardinal/wiki/Cardinal-Methods). | ||
|
||
You can find us at [#cardinal](https://www.mibbit.com/#[email protected]:+6697) on the [DarkScience](http://www.darkscience.net/) IRC network. (irc.darkscience.net/+6697 — SSL required) | ||
|
||
|
@@ -67,7 +67,7 @@ def setup(): | |
return HelloWorldPlugin() | ||
``` | ||
|
||
[Visit the wiki](https://github.com/JohnMaguire/Cardinal/wiki/Writing-Plugins) for detailed instructions. | ||
Cardinal also offers a [lightweight database API](https://github.com/JohnMaguire/Cardinal/wiki/Database-Access). [Visit the wiki](https://github.com/JohnMaguire/Cardinal/wiki/Writing-Plugins) for detailed information. | ||
|
||
## Contributing | ||
|
||
|