mirror of
https://github.com/anope/anope.git
synced 2026-06-29 06:56:39 +02:00
Fix typo in inspircd11 that would cause people not to get status from FJOINs
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2784 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -516,7 +516,7 @@ int anope_event_fjoin(const char *source, int ac, const char **av)
|
||||
{
|
||||
ChannelMode *cm = ModeManager::FindChannelModeByChar(ch);
|
||||
|
||||
if (cm)
|
||||
if (!cm)
|
||||
{
|
||||
Alog() << "Recieved unknown mode prefix " << buf[0] << " in FJOIN string";
|
||||
buf.erase(buf.begin());
|
||||
|
||||
Reference in New Issue
Block a user