mirror of
https://github.com/anope/anope.git
synced 2026-06-25 23:46:37 +02:00
Fix parsing extbans on InspIRCd v4.
This commit is contained in:
@@ -1101,7 +1101,7 @@ struct IRCDMessageCapab final
|
||||
if (a == Anope::string::npos)
|
||||
return false;
|
||||
|
||||
auto b = token.find(':', a + 1);
|
||||
auto b = token.find('=', a + 1);
|
||||
if (b == Anope::string::npos)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user