Implement IRCv3 tag parsing and sending
[quassel.git] / src / core / ircparser.h
index 591a4ee..1485337 100644 (file)
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
-#ifndef IRCPARSER_H
-#define IRCPARSER_H
+#pragma once
 
 #include "coresession.h"
+#include "irctag.h"
 
 class Event;
 class EventManager;
@@ -55,5 +55,3 @@ private:
     bool _debugLogRawIrc;      ///< If true, include raw IRC socket messages in the debug log
     qint32 _debugLogRawNetId;  ///< Network ID for logging raw IRC socket messages, or -1 for all
 };
-
-#endif