From 4fe1ab8fe6b79221e4f6dcac5994e83e77e6c2c0 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:25:24 +0300 Subject: [PATCH 1/7] Anonymous: added readme --- plugins/Anonymous/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. From 5b42e2b193598ac15bec2d3acfdcf8d51f86fada Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:30:45 +0300 Subject: [PATCH 2/7] AutoMode: improved readme --- plugins/AutoMode/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ). From 339aa11f232920d088e0f4543807d0717c923709 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:34:08 +0300 Subject: [PATCH 3/7] ChannelLogger: improved readme --- plugins/ChannelLogger/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 7ccb3d2014fc63166f1a9575a41ab5583968d2cc Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:36:09 +0300 Subject: [PATCH 4/7] ChannelStats: improved README --- plugins/ChannelStats/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From caba0c458660e17ac8ed78342d26679339ec74ff Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:49:42 +0300 Subject: [PATCH 5/7] Ctcp: improved README --- plugins/Ctcp/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. From 3fb9316b06325fe467cb9fa06873b7d69d69d269 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:52:31 +0300 Subject: [PATCH 6/7] Dunno: improved README --- plugins/Dunno/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. From e76c36236bd12d52e6e64159b58fcb7e60d2c7f4 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 8 Jul 2011 00:54:12 +0300 Subject: [PATCH 7/7] Factoids: improved README --- plugins/Factoids/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.