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