1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 09:03:12 +02:00

Channel mode +d is local, so should be tagged as such.

This commit is contained in:
Bram Matthys
2021-06-19 17:02:45 +02:00
parent dd1f572acb
commit fcc7a2cf06
+1
View File
@@ -53,6 +53,7 @@ MOD_INIT()
req.paracount = 0;
req.is_ok = deny_all;
req.flag = 'd';
req.local = 1;
CmodePostDelayed = CmodeAdd(modinfo->handle, req, &EXTMODE_POST_DELAYED);
memset(&mreq, 0, sizeof(mreq));