这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@Artur-Fedjukevits
Copy link
Contributor

Added the possibility to use the enhanced function 'reply' in other HLIs, if it exists.

…LIs, if it exists.

Signed-off-by: Artur-Fedjukevits <fedjukevitsh@gmail.com>
@Artur-Fedjukevits
Copy link
Contributor Author

Here is compiled jar for testing.

Method replyMethod;
try {
// Check if a public method reply(Locale, String) exists
replyMethod = hli.getClass().getMethod("reply", Locale.class, String.class);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment #2995 (comment), this shouldn't be done that way.

@lolodomo lolodomo added enhancement New feature or request habot ui labels Sep 5, 2025
…li bundle

Signed-off-by: Artur-Fedjukevits <fedjukevitsh@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request habot ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants