The following is the GNU All-permissive License as recommended in https://www.gnu.org/licenses/license-recommendations.en.html
Copyright (C) 2024 Free Software Foundation sysadmin@fsf.org
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
Contributions are welcome. See https://savannah.gnu.org/maintenance/fsf/.
KiwiIRC
Used for IRC during LibrePlanet on libreplanet.org/20xx/live/ pages.
Websites:
Start
tmux # If you are not already running it.
ssh root@irc0d.libreplanet.org
su -s /bin/bash irc
tmux a
# If that does not work use 'tmux' instead.
cd ~/KiwiIRC/
./kiwi start -c config.js -p kiwiirc.pid
Restart your tmux pane to disconnect and leave the tmux session open.
CTRL+b :respawn-pane -k
Stop
ssh root@irc0d.libreplanet.org
su -s /bin/bash irc
tmux a
cd ~/KiwiIRC/
./kiwi stop -c config.js -p kiwiirc.pid
exit # Exit from tmux
exit # Exit form irc0d