Skip to content

Commit

Permalink
Possibly fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Apr 28, 2022
1 parent 9eba972 commit 52a0a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/inputs/who.js
Expand Up @@ -59,7 +59,7 @@ exports.input = function ({irc}, chan, cmd, args) {
// This has the added benefit of easily showing it in the same buffer
// as the WHO command.
irc.who(args[0], (event) => {
if (!event.users?.length) {
if (!event.users.length) {
chan.pushMessage(
this,
new Msg({
Expand Down

0 comments on commit 52a0a87

Please sign in to comment.