]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/protocolinterface.cpp
Automatically register and unregister mode watchers
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / protocolinterface.cpp
index a6c826c7bf0c763cdc4006206099c01658e789d6..7a2b033d93c03875d709ff2cd0f0410c93b1506c 100644 (file)
@@ -103,7 +103,7 @@ void SpanningTreeProtocolInterface::SendMode(User* source, User* u, Channel* c,
        }
 }
 
-void SpanningTreeProtocolInterface::SendSNONotice(const std::string &snomask, const std::string &text)
+void SpanningTreeProtocolInterface::SendSNONotice(char snomask, const std::string &text)
 {
        CmdBuilder("SNONOTICE").push(snomask).push_last(text).Broadcast();
 }