Branch: refs/heads/master
Home: https://github.com/jenkins-infra/ircbot
Commit: 9e1c1c58ecfc5be81d7d2843f4f19f6510c0b5b2
https://github.com/jenkins-infra/ircbot/commit/9e1c1c58ecfc5be81d7d2843f4f19f6510c0b5b2
Author: Alex Earl <[email protected]>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
Log Message:
-----------
Fix issue with voice/devoice commands
There is no `Channel.toString()` method implemented, so without `.getName()` on
the channel object, it won't be the correct string for the actual channel, it
will be some description of the class.
Commit: 27ff90e05974470e4524ed31b3abe8eec5d6d840
https://github.com/jenkins-infra/ircbot/commit/27ff90e05974470e4524ed31b3abe8eec5d6d840
Author: Alex Earl <[email protected]>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
Log Message:
-----------
Merge pull request #79 from jenkins-infra/fix_voice_devoice
Fix issue with voice/devoice commands
Compare:
https://github.com/jenkins-infra/ircbot/compare/c0c06f40064d...27ff90e05974
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/ircbot/push/refs/heads/master/c0c06f-27ff90%40github.com.