From 7e927afd8e0d0d56ee424b7630b666d7a91934ab Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 1 Sep 2023 08:35:37 +0100 Subject: Tweak the malformed channel name message slightly. --- src/modules/m_spanningtree/fjoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index 1e2cbc45f..103529308 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -129,7 +129,7 @@ CmdResult CommandFJoin::Handle(User* srcuser, Params& params) if (!chan) { if (channel[0] != '#') - throw ProtocolException("Malformed channel name in FJOIN '" + channel + '"'); + throw ProtocolException("Malformed channel name in FJOIN: " + channel); chan = new Channel(channel, TS); } -- cgit v1.3.1-10-gc9f91