1
0
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:
Adam-
2010-02-06 20:16:30 +00:00
parent 4099944013
commit 6b2f9e25cd
+1 -1
View File
@@ -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());