mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 14:02:27 +01:00
Fix no-implicit-names to set official flag. As all buildbots failed.
This commit is contained in:
parent
600185deba
commit
88c2083df9
1 changed files with 4 additions and 1 deletions
|
@ -36,8 +36,11 @@ long CAP_NO_IMPLICIT_NAMES = 0L;
|
|||
|
||||
MOD_INIT()
|
||||
{
|
||||
/** We only add the draft version for now */
|
||||
ClientCapabilityInfo cap;
|
||||
|
||||
MARK_AS_OFFICIAL_MODULE(modinfo);
|
||||
|
||||
/** We only add the draft/ version for now */
|
||||
memset(&cap, 0, sizeof(cap));
|
||||
cap.name = NO_IMPLICIT_NAMES_CAP_DRAFT;
|
||||
if (!ClientCapabilityAdd(modinfo->handle, &cap, &CAP_NO_IMPLICIT_NAMES_DRAFT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue