We have a working message parser now, and a framework for handler functions!
[quassel.git] / core / quassel.cpp
index eb9d236..b650b21 100644 (file)
@@ -26,6 +26,8 @@
 #include <QDomDocument>
 
 void Quassel::init() {
+  Core::init();
+
   //initIconMap();
 }