small and simple chat client (irc)
make -j8 # 8 cores/threads to use in parallel compile
sudo/doas make installgcc/clang/llvm , libssl-dev, readline and openssl installed.
It's stored in ~/.0veric.conf
server irc.libera.chat
port 6697
nick Lunnis
channel #debian
channel #ubuntu
logfile /home/user/.0veric.log/msg NickServ register <your_password> <your_email>
/set <you_username> <your_password>And before starting 0veric in your console type:
export NICKSERV_PASSWORD="myPasswordGoesHere"
And start 0veric after that.
Once you /join #channelNameGoesHere to switch to another one type /switch #channelNameGoesHere. Obviously replace the channelNameGoesHere with real channel name. You can list the channels that you have joined by typing inside 0veric the following /list.