Install & Configure psyBNC IRC Bouncer
sudo apt install build-essential screenCopied!wget https://psybnc.at/download/psyBNC-2.4.3.tar.gzCopied!tar xvf psyBNC-2.4.3.tar.gzCopied!cd psybncCopied!make menuconfig – (Choose settings like IPv6, SSL, etc.)Copied!makeCopied!After compilation, edit the config file:
nano psybnc.confCopied!Important options:
ADMIN "Your Name"LISTEN 5000 ALL – Port psyBNC listens onUSER mynick mypass * "My User"NETWORK chatlifeSERVER irc.chatlife.net 6667 chatlifescreen -S psybnc ./psybncCopied!Detach with CTRL+A+D, reattach with screen -r psybnc.