Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script load path is harcoded #4

Open
terminaldweller opened this issue Aug 10, 2023 · 0 comments
Open

script load path is harcoded #4

terminaldweller opened this issue Aug 10, 2023 · 0 comments

Comments

@terminaldweller
Copy link
Contributor

Currently the load path for the python scripts is hardcoded to either be $(data_dir)/irssi/scripts or $IRSSI_HOME/scripts.
The module will refuse to load scripts from other paths.
The message returned in this case is a "script not found" which is not helpful and confusing(if you expect the same behaviour as the perl module).
Either the error message should reflect this or like the perl module, we should allow the python scripts to be loaded from other paths as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant