- some cleanup of the irc code

This commit is contained in:
Mark Vejvoda
2012-11-09 07:09:53 +00:00
parent b178b1d1e9
commit 51ca2ccc91
3 changed files with 54 additions and 41 deletions

View File

@@ -52,7 +52,10 @@ public:
class IRCThread : public BaseThread
{
public:
static bool debugEnabled;
protected:
std::vector<string> argv;
irc_session_t *ircSession;