-
A lot of output from bots on slack is super ugly so it would be really helpful to have the ability to modify the message to make it far easier to read client side.
This can easily be done in core …
-
```
14:13:46 weechat =!= | python: function "register" not found (or failed) in file "/home/irc/.weechat/python/autoload/urlview.py"
```
-
When I use this together with wee-slack, most of the status line in the slack buffers become empty. I.e. one example is `[23:41] [104] 46:`, without name, user count etc.
This is because weechat-ma…
-
Okay I'm not sure what I'm doing wrong here. Any tips?
```echo > ./.depend
for src in plugin.cpp account.cpp buffer.cpp channel.cpp command.cpp completion.cpp config.cpp connection.cpp input.cpp m…
-
The Matrix plugin has macros to define a config in a declarative way, once that is tested out a bit better we'll likely want to import this here.
The macros currently can't take set a callback for …
-
If a user is in a large number of guilds or channels the buffer list is filled with many channels.
There should be an option to only open guild buffers and then provide a way to load the guilds chann…
-
Hello,
It would be nice to have a way to only show notifications when weechat is not focused.
When already looking at weechat, there is no need for a notification.
This could done using the com…
-
**load.pl:**
```
weechat::register "load", "v", "0.1", "GPL3", "", "", "";
weechat::command "", "/perl load no.pl";
weechat::command "", "/perl load no2.pl";
```
…
-
I'm not sure this is an underlying issue with weechat or not, since I noticed a similar behavior with the discord plugin too but not in the plain irc network.
When the day changes some buffers get …
-
I'd love to have a proper autoconnect setting for slack in order to be able to load wee-slack at startup to have it ready, but do not connect to it immediately. This is similar in intent to irc.server…