summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-17 14:47:36 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-17 14:47:36 +0000
commit6c8a6700b898067a63b5044f5d21f7e67964a915 (patch)
tree0c08feb441ea8b673c5443057da0e5eaa387935f /src/modules/m_spanningtree
parent8c2d96013084de950e3a63be4ae6ed626c4093ab (diff)
Add todo note
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9531 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r--src/modules/m_spanningtree/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 102fc4b13..0cfa53a14 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -363,6 +363,8 @@ int ModuleSpanningTree::HandleVersion(const char* const* parameters, int pcnt, U
* sent that message remotely via PUSH.
* If the user is NULL, then the notice is sent locally via WriteToSnoMask with snomask 'l',
* and remotely via SNONOTICE with mask 'l'.
+ *
+ * XXX: this should be migrated to use the protocol interface code, most likely. -- w00t
*/
void ModuleSpanningTree::RemoteMessage(User* user, const char* format, ...)
{