We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5fc3c commit 28e7366Copy full SHA for 28e7366
1 file changed
src/main/java/org/kitteh/irc/client/library/implementation/ClientBuilder.java
@@ -90,7 +90,7 @@ public ClientBuilder bindPort(int port) {
90
@Nonnull
91
@Override
92
public ClientBuilder listenExceptionRemove() {
93
- this.config.reset(Config.LISTENER_EXCEPTION);
+ this.config.set(Config.LISTENER_EXCEPTION, null);
94
return this;
95
}
96
0 commit comments