Limnoria/plugins/Autocomplete
Valentin Lorentz efb4d476a5 Autocomplete: Only return the end of the current word (or the next one if the current word is finished) 2020-08-29 18:19:00 +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: Only return the end of the current word (or the next one if the current word is finished) 2020-08-29 18:19:00 +02:00
test.py Autocomplete: Only return the end of the current word (or the next one if the current word is finished) 2020-08-29 18:19:00 +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