Nils Görs

Results 59 comments of Nils Görs

you can easily write an script for it. for me, not that important to have this function in core.

yes, of course. you have to check with hook_command_run("/save"). WeeChat does not save config automatically. you have to either run "/save" manually or create a trigger that will run the...

hmm. for me it will be masked in query buffer as well. Maybe try: /trigger restore cmd_pass cmd_pass_register and what is your weechat version?

I tested with "/msg nickserv identify" in query buffer! I always run the complete command, I don't distinguish between channel and query buffer for those commands.

isn't it possible to request capabilities using the irc /cap command? weechat.command(weechat.buffer_search("irc", "servername"), "/cap req my_capability") just an idea!

and its also recommended to use "bitlbee" instead of the jabber.py script.

Did you check option weechat.look.hotlist_add_conditions ? What is the value from option? PS: Its also recommended to update to latest stable version.

@nwf try with : /set weechat.look.hotlist_add_conditions "${buffer.num_displayed} == 0" and use the official weechat repository to always have the latest version: https://weechat.org/download/debian/ https://weechat.org/files/changelog/ChangeLog-3.2.html#v3.2

i also can not reproduce. i did: weechat -t /script load anotify.py /quit and also: weechat -s /script load anotify.py /quit my python version : 3.7.5