diff --git a/plugins/Anonymous/README.txt b/plugins/Anonymous/README.txt index d60b47a97..ddff5abdd 100644 --- a/plugins/Anonymous/README.txt +++ b/plugins/Anonymous/README.txt @@ -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. diff --git a/plugins/AutoMode/README.txt b/plugins/AutoMode/README.txt index d60b47a97..23577ec2e 100644 --- a/plugins/AutoMode/README.txt +++ b/plugins/AutoMode/README.txt @@ -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, capability +when they join to the channel. +It will also ban automaticly everyone who is in channel ban list ( @channel ban list ). diff --git a/plugins/ChannelLogger/README.txt b/plugins/ChannelLogger/README.txt index d60b47a97..e6e26a540 100644 --- a/plugins/ChannelLogger/README.txt +++ b/plugins/ChannelLogger/README.txt @@ -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. diff --git a/plugins/ChannelStats/README.txt b/plugins/ChannelStats/README.txt index d60b47a97..5c706ad4b 100644 --- a/plugins/ChannelStats/README.txt +++ b/plugins/ChannelStats/README.txt @@ -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. diff --git a/plugins/Ctcp/README.txt b/plugins/Ctcp/README.txt index d60b47a97..b7b5e3c1f 100644 --- a/plugins/Ctcp/README.txt +++ b/plugins/Ctcp/README.txt @@ -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. diff --git a/plugins/Dunno/README.txt b/plugins/Dunno/README.txt index d60b47a97..4bdab2367 100644 --- a/plugins/Dunno/README.txt +++ b/plugins/Dunno/README.txt @@ -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. diff --git a/plugins/Factoids/README.txt b/plugins/Factoids/README.txt index d60b47a97..e3be0e6af 100644 --- a/plugins/Factoids/README.txt +++ b/plugins/Factoids/README.txt @@ -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.