PandoraBotIRC  1.0.0
An irc bot that acts as a Pandora chatter bot
pbirc::irc Namespace Reference

Namespace for everything to do with irc connections. More...

Classes

class  IRCBot
 Abstract base class representing an IRC bot. More...
 
class  IRCConnection
 IRCConnection class represents a connection to an irc server. More...
 
class  IRCMessage
 IRCMessage class represents an IRC message that corresponds with irc protocol. More...
 
class  PandoraIRCBot
 Class representing a Pandora IRC bot. More...
 
class  TCPConnection
 TCPConnection encapsulates a tcp connection with SFML sockets. More...
 

Detailed Description

Namespace for everything to do with irc connections.

Function Documentation

std::ostream& pbirc::irc::operator<< ( std::ostream &  os,
IRCMessage const &  rhs 
)
related