aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-13 05:04:42 +0000
committerGravatar Sadie Powell2023-01-13 07:01:03 +0000
commit32258f5b11def1967e8c7c78ffdb7113d002df03 (patch)
tree746aca12f549eacad3b3ec9ab80aadd2f6d88d22 /src/modules/m_spanningtree/main.cpp
parentRename the old cloaking implementation to cloak_md5. (diff)
Convert the cloak_md5 module to the new cloak system.
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
-rw-r--r--src/modules/m_spanningtree/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 365994715..6f517afa2 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -878,7 +878,7 @@ ModuleSpanningTree::~ModuleSpanningTree()
/* It is IMPORTANT that m_spanningtree is the last module in the chain
* so that any activity it sees is FINAL, e.g. we arent going to send out
- * a NICK message before m_cloaking has finished putting the +x on the user,
+ * a NICK message before the cloak module has finished putting the +x on the user,
* etc etc.
* Therefore, we set our priority to PRIORITY_LAST to make sure we end up at the END of
* the module call queue.