Initial CTCP ignore functionality
[quassel.git] / src / core / coresession.h
index 997d1f5..117f690 100644 (file)
@@ -67,6 +67,7 @@ public:
 
   inline CoreIrcListHelper *ircListHelper() const { return _ircListHelper; }
 
+  inline CoreIgnoreListManager *ignoreListManager() { return &_ignoreListManager; }
 //   void attachNetworkConnection(NetworkConnection *conn);
 
   //! Return necessary data for restoring the session after restarting the core