Automatically create networks and buffers specified in networks.ini
[quassel.git] / src / core / coresession.h
index 22cfaf2..6e718be 100644 (file)
@@ -89,7 +89,7 @@ public slots:
   //! Create a network and propagate the changes to the clients.
   /** \param info The network's settings.
    */
-  void createNetwork(const NetworkInfo &info);
+  void createNetwork(const NetworkInfo &info, const QStringList &persistentChannels = QStringList());
 
   //! Remove network and propagate that fact to the clients.
   /** \param network The id of the network to be removed.