1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 09:43:13 +02:00

Use empty SJOINs when allowed to create empty permanent channels

This commit is contained in:
Adam
2010-12-29 23:12:26 -05:00
parent d36e53f702
commit 72b8f4609b
10 changed files with 64 additions and 34 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ void check_modes(Channel *c)
}
}
else if (cm->Type == MODE_LIST) // XXX we still need better list code...
else if (cm->Type == MODE_LIST)
{
if (ml.set)
c->SetMode(NULL, cm, ml.param);