From a6433b37967e22e19658967ae4e798febea86356 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 13 May 2015 00:19:12 +0200 Subject: m_spanningtree Clean up comments --- src/modules/m_spanningtree/fmode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/fmode.cpp') diff --git a/src/modules/m_spanningtree/fmode.cpp b/src/modules/m_spanningtree/fmode.cpp index 52e512d92..e6f49c5b9 100644 --- a/src/modules/m_spanningtree/fmode.cpp +++ b/src/modules/m_spanningtree/fmode.cpp @@ -21,7 +21,7 @@ #include "inspircd.h" #include "commands.h" -/** FMODE command - server mode with timestamp checks */ +/** FMODE command - channel mode change with timestamp checks */ CmdResult CommandFMode::Handle(User* who, std::vector& params) { time_t TS = ServerCommand::ExtractTS(params[1]); @@ -39,7 +39,7 @@ CmdResult CommandFMode::Handle(User* who, std::vector& params) if (TS > ourTS) return CMD_FAILURE; - /* TS is equal or less: Merge the mode changes into ours and pass on. + /* TS is equal or less: apply the mode change locally and forward the message */ // Turn modes into a Modes::ChangeList; may have more elements than max modes -- cgit v1.3.1-10-gc9f91