Valentin Lorentz
833af36b08
all plugins: auto-generate READMEs
...
Starting with this commit, there should be no "original" text
in READMEs.
Instead, the entire text should be in docstrings, and READMEs
should be automatically generated from these docstrings.
Motivation:
* The same help is available both via IRC and in the README
(although the README can be more detailed, as only the first
paragraph will be shown on IRC)
* This will allow auto-generating plugin help on docs.limnoria.net
using the same content as the README, as it's sourced from the
docstrings
Additionally, this converts all READMEs from Markdown to ReST,
because the documentation already uses ReST, and other docstrings
in the codebase are in ReST for this reason.
2021-04-05 17:42:31 +02:00
Valentin Lorentz
c9e5486806
Ctcp: Don't strip CTCP character in output. (bug added in previous commit)
2016-04-24 21:26:25 +02:00
Valentin Lorentz
2d1816e8f4
Ctcp: s/Supybot/Limnoria/ in version reply.
2016-04-10 19:31:59 +02:00
Valentin Lorentz
be118c3338
Remove use of fix_dict fixer.
2015-08-08 23:08:49 +02:00
James Lu
74655e4203
Add help for the following plugins (ref #903 ):
...
- Admin
- Alias
- AutoMode
- Channel
- ChannelLogger
- ChannelStats
- Conditional
- Config
- Ctcp
- Dict
- Also, proofread Aka's help from #904 for grammar.
2014-11-29 23:18:44 -08:00
Valentin Lorentz
76bc193455
Ctcp: Fix name-crash which made --nicks always interpreted as true. Closes GH-664.
2014-05-31 20:47:16 +02:00
nyuszika7h
9186162b1a
Ctcp: Fix regex for PING
...
The bot shouldn't treat a request such as "PING1234" as "PING 1234".
2014-03-20 11:57:12 +01:00
nyuszika7h
8a3ea3d5c8
Ctcp: Don't reply to malformed CTCP requests
2014-03-20 09:57:33 +01:00
Valentin Lorentz
8f6063135e
Add supybot.abuse.flood.interval.
2013-05-09 09:40:55 +02:00
Valentin Lorentz
d8ecc7db5f
Ctcp: Add configuration variable supybot.plugins.Ctcp.userinfo. Closes GH-204.
2012-02-11 13:44:19 +01:00
Valentin Lorentz
904503e67e
Ctcp: Update CTCP-Source reply. Closes GH-203.
2011-09-11 16:43:21 +02:00
Valentin Lorentz
8864a7fc71
Fix Ctcp internationalization
2010-10-26 19:22:39 +02:00
Valentin Lorentz
d14bb0cc16
Internationalize ChannelLogger, Ctcp, Dict, Dunno, Factoids
2010-10-17 11:22:07 +02:00
James Vega
a3e4fc5b1d
Change the modeline to use softtabstop instead of tabstop.
2006-02-11 15:52:51 +00:00
James Vega
5e07947f74
plugins/Ctcp: Fix another utils.commaAndify bug.
2005-05-19 23:52:53 +00:00
Jeremy Fincher
c5e1f4e561
Fix for bug #1203201 .
2005-05-18 04:31:41 +00:00
Jeremy Fincher
0b848199b5
Fixed some style issues with logging calls.
2005-05-18 04:18:35 +00:00
James Vega
9971e991fe
Fix the modelines.
2005-03-23 20:07:45 +00:00
Jeremy Fincher
156084c225
Fixed some bugs introduced with the latest refactoring of callCommand, etc.
2005-02-17 22:39:44 +00:00
Jeremy Fincher
2693d404b4
Refactored _callCommand to put it in its appropriate place.
2005-02-16 02:17:05 +00:00
Jeremy Fincher
b0cb616709
Changed callbacks.Privmsg to be callbacks.Plugin, and callbacks.PrivmsgCommandAndRegexp to be callbacks.Plugin.
2005-02-09 07:04:04 +00:00
Jeremy Fincher
335fc3e170
Added Ctcp in the new plugin format.
2005-02-01 09:58:04 +00:00