Limnoria/plugins/Autocomplete
Valentin Lorentz 38b0541f04 Autocomplete: fix typo in README. 2020-09-27 15:24:05 +02:00
..
local Autocomplete: Initial implementation. 2020-08-29 16:33:29 +02:00
README.md Autocomplete: fix typo in README. 2020-09-27 15:24:05 +02:00
__init__.py Autocomplete: Initial implementation. 2020-08-29 16:33:29 +02:00
config.py Autocomplete: Initial implementation. 2020-08-29 16:33:29 +02:00
plugin.py Autocomplete (+ Fediverse): configure Black. 2020-08-29 18:44:32 +02:00
test.py Autocomplete (+ Fediverse): configure Black. 2020-08-29 18:44:32 +02:00

README.md

Provides command completion for IRC clients that support it.

This plugin implements an early draft of the IRCv3 autocompletion client tags. As this is not yet a released specification, it does nothing unless supybot.protocols.irc.experimentalExtensions is set to True (keep it set to False unless you know what you are doing).

If you are interested in this feature, please contribute to the discussion