mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-08-05 16:59:10 +00:00
add MODES to isupport
This commit is contained in:
parent
52ddd1cfd9
commit
2c381a414d
1 changed files with 1 additions and 0 deletions
|
@ -604,6 +604,7 @@ export class Client {
|
||||||
'CHANMODES=,,,nu',
|
'CHANMODES=,,,nu',
|
||||||
'CHANTYPES=#&!',
|
'CHANTYPES=#&!',
|
||||||
'MAXTARGETS=1',
|
'MAXTARGETS=1',
|
||||||
|
'MODES=1',
|
||||||
'PREFIX=(ohv)@%+',
|
'PREFIX=(ohv)@%+',
|
||||||
]
|
]
|
||||||
if (this.enabledCaps.has('draft/chathistory')) {
|
if (this.enabledCaps.has('draft/chathistory')) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue