summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-09-03 14:26:40 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-09-03 14:26:40 +0200
commite7e315fc9dbd37218d55a6673ba65503c0bbcc1b (patch)
treef65d4ea644952b183bd2c231a14002d8cebd9a0e /include/mode.h
parent2f9dda9b8e6842850ec6b986d23cb6a56e9af547 (diff)
m_spanningtree Send MODE/FMODE from the OnMode hook
If the MODE_LOCALONLY flag is set the mode change is not propagated
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h
index 981c29a27..5bf8dc204 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -608,8 +608,8 @@ class CoreExport ModeParser : public fakederef<ModeParser>
*/
MODE_MERGE = 1,
- /** If this flag is set then the mode change won't be handed over to
- * the linking module to be sent to other servers, but will be processed
+ /** If this flag is set then the linking module will ignore the mode change
+ * and not send it to other servers. The mode change will be processed
* locally and sent to local user(s) as usual.
*/
MODE_LOCALONLY = 2