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

Add ACCOUNTEXTBAN ISUPPORT token

To support the draft IRCv3 spec: https://github.com/ircv3/ircv3-specifications/pull/464
This commit is contained in:
Valentin Lorentz
2022-11-23 19:54:06 +01:00
committed by Bram Matthys
parent 36d9e8e720
commit 7bacf25845
+2
View File
@@ -66,6 +66,8 @@ MOD_INIT()
return MOD_FAILED;
}
ISupportAdd(modinfo->handle, "ACCOUNTEXTBAN", "account,a");
MARK_AS_OFFICIAL_MODULE(modinfo);
return MOD_SUCCESS;
}