Skip to content

ysengoku/42-ft_irc

 
 

Repository files navigation

42-irc

Usage:

make
./ircserv 6667 pass

Usage for bot calling:

We created a kawaiibot which can be called on when you need it.

You have to call it with the following syntax:

in a terminal:

make bot
./ircbot 6667 pass

in HexChat:

/privmsg KawaiiBot :!command

The commands are the following:

  • !hello
  • !joke
  • !advice
  • !insultMe
  • !random
  • !weather

To use !weather command, an API key for Weather API is required. The key should be set in .env file as WEATHER_API_KEY=key at the root of the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • Makefile 1.9%