Merge pull request #70 from Mkaysi/testing

Improved some readme files.
This commit is contained in:
Valentin Lorentz 2011-07-08 01:37:16 -07:00
commit 2823cb49cd
7 changed files with 15 additions and 7 deletions

View File

@ -1 +1,4 @@
Insert a description of your plugin here, with any notes, etc. about using it.
Anonymous allows you to send messages anonymously as the bot. If
supybot.plugins.Anonymous.allowPrivateTarget is True, you can send messages in query too.
One usage example is to identify the bot with NickServ if it fails to identify for some reason.

View File

@ -1 +1,3 @@
Insert a description of your plugin here, with any notes, etc. about using it.
This plugin automaticly voices/halfops/ops users with #channel,<voice/halfop/op> capability
when they join to the channel.
It will also ban automaticly everyone who is in channel ban list ( @channel ban list ).

View File

@ -1 +1 @@
Insert a description of your plugin here, with any notes, etc. about using it.
This plugin automaticly logs the channels where the bot is.

View File

@ -1 +1 @@
Insert a description of your plugin here, with any notes, etc. about using it.
This plugin keeps stats of the channel and returns them with the command ChannelStats.

View File

@ -1 +1,2 @@
Insert a description of your plugin here, with any notes, etc. about using it.
This plugin gives command "@ctcp version" which returns all CTCP version responses to channel.
It also adds CTCP responses to the bot.

View File

@ -1 +1,2 @@
Insert a description of your plugin here, with any notes, etc. about using it.
This plugin allows using of personalized error messages (Dunnos) in place of invalid command
("Error: qwertyytrewq is not a valid command") error messages.

View File

@ -1 +1,2 @@
Insert a description of your plugin here, with any notes, etc. about using it.
This plugin gives the bot ability to show factoids. It can also show information about how many times
factoid has been called.