-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
instant messaging 1.25
irc 2.21
jenkins LTS 1.480.3
I have the jenkins box named 'mw-jenkinsbot' and configured with the command prefix: 'mw-jenkinsbot:'. That works when talking in a public channel.
On the other hand, when doing a /query to the bot directly, the commands are not honored.
Example:
/query mw-jenkinsbot help
.. nothing ..
It turns out that private messages require the command prefix. I guess it should be optional in that context:
/query mw-jenkinsbot mwjenkinsbot: help
mw-jenkinsbot> Available commands:
... rest of help ...
- is duplicated by
-
JENKINS-58927 IRC interaction with the bot in a private chat still requires a nickname prefix
- Resolved