Limnoria/plugins/Autocomplete
Valentin Lorentz 6f34f377e5 Autocomplete: return only the common prefix + one word. 2020-08-29 18:38:39 +02:00
..
local Autocomplete: Initial implementation. 2020-08-29 16:33:29 +02:00
README.md Autocomplete: Initial implementation. 2020-08-29 16:33:29 +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: return only the common prefix + one word. 2020-08-29 18:38:39 +02:00
test.py Autocomplete: return only the common prefix + one word. 2020-08-29 18:38:39 +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