From a500ec70bb82151c8fcf7443b4645640233952e8 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 4 Jan 2014 19:43:04 +0100 Subject: Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() --- src/modules/m_spanningtree/protocolinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/protocolinterface.cpp') diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index a6c826c7b..7a2b033d9 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -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(); } -- cgit v1.3.1-10-gc9f91