Skip to content

Commit 022033a

Browse files
committed
return
1 parent 5b6fb09 commit 022033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/IrcPlumbCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ export class IrcPlumbCommand implements ICommand {
107107
return client.sendNotice(roomId, "Could not join that room, is the bot invited?");
108108
}
109109

110-
await this.plumbOne(client, resolvedRoomId, channel);
110+
return this.plumbOne(client, resolvedRoomId, channel);
111111
}
112112
}

0 commit comments

Comments
 (0)