#ifndef IRCBOT_H
#define IRCBOT_H
#include <IrcConnection>
#include <IrcBufferModel>
#include <IrcCommandParser>
{
Q_OBJECT
public:
IrcBot(QObject* parent = 0);
public slots:
void join(QString channel);
private slots:
private:
void help(QStringList commands);
};
#endif // IRCBOT_H