Sébastien Helleu

Results 282 comments of Sébastien Helleu

@arunisaac: yes such variable can be added, should this path have a higher priority when searching where is the script to load? (commonly env vars are used to force something...

I'm wondering if these paths should be used to autoload scripts as well? Or if like sharedir, we assume autoload are only from autoload directories in the home, pointing to...

Then if it is used for autoloading as well, what should be done there: - creation of autoload directorires on startup: this is done only in home for now -...

It could be considered as a bug, WeeChat should have colors at least readable (even if not perfect) with light background.

Hi, I'm not able to reproduce with nick change or kick. When the nick changes, I see both nick typing (which is a bug and can be fixed), but the...

This is not so easy to implement, even in WeeChat itself, because some sections of configuration files are dynamic and don't have real option (that you can /set), for example:...

I think the problem is when you don't use the `/msg` command (eg: `/msg nickserv identify xxx`) but directly the message because you're in the query buffer, eg: `identify xxx`...

Hi, WeeChat assumes you're connected to the server once the message 001 is received from the server. Can you please look at `/server raw` and paste the messages exchanged with...

Hi, So as I thought, the server doesn't send a `001` message. The question is: is it OK to rely on message `001` to consider the server accepts the connection?...

Additional note: WeeChat checked message `004` in past (versions < 0.2.0), and it was changed to `001` in this commit: 507ae028c5cfd8800d08e32109611f9381563537 ([savannah bug #16760](https://savannah.nongnu.org/bugs/?16760)). Anyway neither `001` nor `004` are...