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:
committed by
Bram Matthys
parent
36d9e8e720
commit
7bacf25845
@@ -66,6 +66,8 @@ MOD_INIT()
|
||||
return MOD_FAILED;
|
||||
}
|
||||
|
||||
ISupportAdd(modinfo->handle, "ACCOUNTEXTBAN", "account,a");
|
||||
|
||||
MARK_AS_OFFICIAL_MODULE(modinfo);
|
||||
return MOD_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user