pip3 install 'git+https://github.com/progval/Supybot-plugins.git#subdirectory=LinkRelay'
and
pip3 install 'git+https://github.com/jlu5/Limnoria-RelayNext'
pip3 install 'git+https://github.com/oddluck/limnoria-plugins.git#subdirectory=SpiffyTitles'
TXT
),
instead of only A
and AAAA
records like the built-in
dns
command of the Internet plugin.
This is a third-party plugin, you must install it with the command:
pip3 install 'git+https://github.com/jlu5/Limnoria-SysDNS'
pip3 install 'git+https://github.com/progval/Supybot-plugins.git#subdirectory=Wikipedia'
pip3 install 'git+https://github.com/oddluck/limnoria-plugins.git#subdirectory=WolframAlpha'
pip3 install 'git+https://github.com/jlu5/Limnoria-NuWeather'
pip3 install 'git+https://github.com/bugzilla/limnoria-bugzilla.git'
pip3 install "git+https://git.launchpad.net/~krytarik/ubuntu-bots/+git/ubuntu-bots#subdirectory=Bugreporter"
pip3 install 'git+https://github.com/progval/Supybot-plugins.git#subdirectory=GitHub'
cd ~/yourbot/plugins/; git clone https://github.com/mlq/limnoria-gitlab.git Gitlab
git clone https://forge.softwareheritage.org/source/limnoria-plugins.git swh-limnoria-plugins
then add the swh-limnoria-plugins
directory to the
supybot.directories.plugins
configuration before loading it.
Limnoria allows you to create custom commands, that may call other commands themselves (aka. nested commands). This allows you powerful customization of your bot, without writing a single line of code.
This may remind you of shell scripting, but with [subcommand arg1 arg2]
instead of $(subcommand arg1 arg2)
.
The following plugins provide handy commands to create your own custom commands.
@list Utilities
.
cd ~/yourbot/plugins/; git clone https://github.com/ncoevoet/ChanTracker.git