Skip to content

Commit

Permalink
Re-add public get state
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Aug 5, 2020
1 parent c45b67b commit 5d9c830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/irc/BridgedClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ export class BridgedClient extends EventEmitter {
return Array.from(this._chanList);
}

public get state() {
return this._state;
}

public get nick(): string {
return this._nick;
}
Expand Down

0 comments on commit 5d9c830

Please sign in to comment.