Patrick
Patrick
@fred0r Well that would never work anyway, hexchat doesn't support local prefixes directly. So one option is to just add something like `make local-install` that installs directly into `~/.config/hexchat/addons` which...
Or something like `--hexchatlibdir=~/.config/hexchat/addons`.
> I have noticed, that if you pass an array that has over 30 elements to a hook_command callback function (e.g. a long outgoing whisper message), the array gets truncated...
Just a guess here but can you test changing this line: https://github.com/TingPing/hexchat-javascript/blob/7d20a1b9e9d447ef6c195ce6e0b0e1ba2a980c66/javascript.cpp#L164 To: ``` c for (int i = 0; word[i] && word[i][0]; i++) ```
Lutris in this repo was more of a test than anything so I probably won't debug this much. Anybody else looking into it would be appreciated.
Because this is a hack. One that kinda works well enough, but still isn't ideal.
No, HexChat doesn't target XP. Also I believe GLib and a few other deps already dropped XP support too.
I might suggest the wingtk project to you: https://github.com/wingtk/gtk-win32 It is a fork of this repo that intends to be more useful for the general public compared to this which...
Well that line is about XChat and XChat made others GPL'd code proprietary so calling it free software is a stretch :P
How about "Since XChat on Unix is under the GPL it's perfectly legal". I agree that calling it free would cause confusion.