mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-28 18:26:19 -05:00
state: fix server bouncerNetID
Ooops.
This commit is contained in:
parent
f3d38859d3
commit
fc93a8cef5
1 changed files with 1 additions and 1 deletions
2
state.js
2
state.js
|
@ -353,7 +353,7 @@ export const State = {
|
|||
users: new irc.CaseMapMap(server.users, client.cm),
|
||||
reliableUserAccounts: client.isupport.monitor() > 0 && client.isupport.whox(),
|
||||
statusMsg: client.isupport.statusMsg(),
|
||||
bouncerNetID: client.isupport.bouncerNetID,
|
||||
bouncerNetID: client.isupport.bouncerNetID(),
|
||||
};
|
||||
}),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue