]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/commands.h
Link m_ldap against libldap_r
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / commands.h
index c26d5d7ae0173b2b3ab7698561f54792d9d67694..89bd2bfee3d7839dbc8a942ec1b926ddbfc1540d 100644 (file)
@@ -120,7 +120,6 @@ class CommandFJoin : public ServerCommand
         * This does not update the timestamp of the target channel, this must be done seperately.
         */
        static void RemoveStatus(Channel* c);
-       static void ApplyModeStack(User* srcuser, Channel* c, irc::modestacker& stack);
 
        /**
         * Lowers the TS on the given channel: removes all modes, unsets all extensions,
@@ -130,7 +129,7 @@ class CommandFJoin : public ServerCommand
         * @param newname The new name of the channel; must be the same or a case change of the current name
         */
        static void LowerTS(Channel* chan, time_t TS, const std::string& newname);
-       void ProcessModeUUIDPair(const std::string& item, TreeServer* sourceserver, Channel* chan, irc::modestacker* modestack);
+       void ProcessModeUUIDPair(const std::string& item, TreeServer* sourceserver, Channel* chan, Modes::ChangeList* modechangelist);
  public:
        CommandFJoin(Module* Creator) : ServerCommand(Creator, "FJOIN", 3) { }
        CmdResult Handle(User* user, std::vector<std::string>& params);