-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Change Some code to fit for LINUX
modify url_hinter.rb in line 50
Weechat.config_set_plugin(option, 'open' )
to
Weechat.config_set_plugin(option,'xdg-open')
modify url_hinter.rb in line 351
Weechat.string_remove_color(message.dup, '')
to
Weechat.string_remove_color(message.dup, '').force_encoding("UTF-8")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels