aJazbutis / ft_irc

mini irc server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini #Irc server

reference clients - Textual & KVIrc

Supported commands:

NICK <newNick>
PRIVMSG <nick/channel> <msg>
NOTICE <nick/channel> <msg>
LIST
NAMES <channel>
JOIN <channel>/,<channel>(comma separated channels)
PART <channel>
TOPIC <channel> /<newTopic>
MODE <channel> <+/-o> <nick>
KICK <channel> <nick> 
OPER <adminName> <adminPass> {
  KILL <nick>
  WALL
  SQUIT
}
QUIT

Responds to:
 WHO
 ISON
 PING

loveBot

this lovely tiny bot, when run, joins a given server, creates/joins #Jokes, tries to change its topic and welcomes newly to the channel joined users, also, depending on the interaction, entertains the user by telling a joke or flirting.

About

mini irc server


Languages

Language:C++ 97.7%Language:Makefile 2.3%