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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user