Skip to content

Commit

Permalink
[FIXED JENKINS-10145] NickServ password wasn't saved
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzi committed Jun 29, 2011
1 parent d52a6f3 commit 6791885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/hudson/plugins/ircbot/IrcPublisher.java
Expand Up @@ -136,7 +136,8 @@ protected Object readResolve() {
* Descriptor for {@link IrcPublisher}
*/
public static final class DescriptorImpl extends BuildStepDescriptor<Publisher> implements IMPublisherDescriptor {


private static final String PREFIX = "irc_publisher.";
public static final String PARAMETERNAME_USE_NOTICE = PREFIX + "useNotice";
public static final String PARAMETERNAME_NICKSERV_PASSWORD = PREFIX + "nickServPassword";

Expand Down

0 comments on commit 6791885

Please sign in to comment.