James Lu 6c7d8d382b getting_started: rewrite "Identifying to the bot" and "Loading Plugins" sections
- Move NickAuth before hostmask login - NickAuth is more straightforward to configure and less easy to mess up (e.g. by adding an overly wide hostmask)
- Make the Loading Plugins section more straightforward, and add links to plugin listings

Note that I removed the part where nested commands ("[hostmask]") are mentioned in passing. This is a complicated and interesting enough topic to deserve its own page.
2025-02-04 08:57:58 +01:00
2011-09-02 10:45:46 +00:00
2021-07-17 20:44:55 +02:00
2014-12-28 08:39:50 +02:00
2016-02-24 21:05:35 +01:00
2021-10-02 15:22:19 +02:00
2021-10-02 15:22:19 +02:00
2021-04-11 20:37:11 +02:00
2016-02-24 21:05:35 +01:00

To generate the html doc from the .rst files, run these commands:

pip3 install limnoria
git clone https://github.com/Limnoria/Limnoria-doc.git
cd Limnoria-doc
./generate_plugin_doc.py
make html

You need the Sphinx documentation generator to do that. A generated doc is available at https://docs.limnoria.net/

Description
Mirror of Limnoria's documentation's source.
https://github.com/Limnoria/Limnoria-doc.git
Readme 1 MiB
Languages
Python 45.4%
Makefile 27.7%
Batchfile 26.2%
HTML 0.5%
Shell 0.2%