Made CTCP VERSION reply more verbose. Set a more reasonable default font.
[quassel.git] / src / core / coresession.h
index 9726f4c..208095c 100644 (file)
@@ -88,7 +88,7 @@ public slots:
   //! Create a network and propagate the changes to the clients.
   /** \param info The network's settings.
    */
-  void createNetwork(const NetworkInfo &info, bool useId = false);
+  void createNetwork(const NetworkInfo &info);
 
   //! Update a network and propagate the changes to the clients.
   /** \param info The updated network settings.