Skip to content

Commit

Permalink
Merge pull request #1 from lunatech-labs/master
Browse files Browse the repository at this point in the history
Fix [JENKINS-11623], change default username to 'PircBotx' to be able to connect with ircu servers.
  • Loading branch information
kutzi committed Nov 5, 2011
2 parents ae515c9 + 00b3486 commit 39853f9
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 39853f9

Please sign in to comment.