X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresession.h;h=6e718bea3f63a1b2b42bdd797ec89317e35ee33c;hb=5dafdaccc84bc3fa0a9fafa7c594e08a58aa02d4;hp=e47698e05bedb7d7968c7fe807a167ccdcf0a059;hpb=7897b8623a42967511e31c68d5c102033a1dcdb9;p=quassel.git diff --git a/src/core/coresession.h b/src/core/coresession.h index e47698e0..6e718bea 100644 --- a/src/core/coresession.h +++ b/src/core/coresession.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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. @@ -138,8 +138,6 @@ private slots: void destroyNetwork(NetworkId); - void storeBufferLastSeenMsg(BufferId buffer, const MsgId &msgId); - void scriptRequest(QString script); void clientsConnected();