Skip to content

Commit

Permalink
added override for username
Browse files Browse the repository at this point in the history
  • Loading branch information
Tycho committed Oct 7, 2021
1 parent 9b4a738 commit 448e778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default class Connect extends Client {
host: this.host,
port: this.port,
nick: this.nickname,
username: this.nickname,
auto_reconnect_max_wait: 0,
auto_reconnect_max_retries: 0,
});
Expand Down

0 comments on commit 448e778

Please sign in to comment.