Rename 'Supybot' to 'Limnoria' in introductory material

At this point, it's just confusing to keep refering to Supybot,
especially for new users.
This commit is contained in:
2022-05-11 21:57:25 +02:00
parent 93cb169e8c
commit 5b1669b461
7 changed files with 57 additions and 51 deletions

View File

@ -22,7 +22,7 @@ Create a new file ``/etc/systemd/system/<BOTNAME>.service`` with the
following content replacing things were suitable::
[Unit]
Description=Supybot
Description=Limnoria
After=network.target
[Service]
@ -33,7 +33,7 @@ following content replacing things were suitable::
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
User=BOTUSERNAME
SyslogIdentifier=Supybot
SyslogIdentifier=Limnoria
[Install]
WantedBy=multi-user.target
@ -61,7 +61,7 @@ Some commands
supybot-botchk
==============
supybot-botchk is a script that comes with Supybot which restarts the bot
supybot-botchk is a script that comes with Limnoria which restarts the bot
if it quits or system reboots or anything that causes the bot to quit. It's
placed to crontab so cron will run it with scheduled intervals.