Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0veric

small and simple chat client (irc)


Compile

make -j8  # 8 cores/threads to use in parallel compile
sudo/doas make install

Requirements

gcc/clang/llvm , libssl-dev, readline and openssl installed.

Using configuration file

It's stored in ~/.0veric.conf

server irc.libera.chat
port 6697
nick Lunnis
channel #debian
channel #ubuntu
logfile /home/user/.0veric.log

Register your username

/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.

About

small and simple chat client (irc)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages