Skip to content

Commit

Permalink
Fix [JENKINS-11623], change default username to 'PircBotx' to be able…
Browse files Browse the repository at this point in the history
… to connect with ircu servers.
  • Loading branch information
eamelink committed Nov 4, 2011
1 parent ae515c9 commit 00b3486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/hudson/plugins/ircbot/v2/IRCConnection.java
Expand Up @@ -58,6 +58,8 @@ public IRCConnection(DescriptorImpl descriptor, AuthenticationHolder authenticat
if (LOGGER.isLoggable(Level.FINEST)) {
this.pircConnection.setVerbose(true);
}
// Defaults to PircBotX, but ircu doesn't allow more than two capitals.
this.pircConnection.setLogin("PircBotx");
this.descriptor = descriptor;
this.authentication = authentication;

Expand Down

0 comments on commit 00b3486

Please sign in to comment.