x 3 лет назад
Родитель
Сommit
3fa990f795
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      doc/src/misc/ircd.md

+ 6 - 0
doc/src/misc/ircd.md

@@ -170,3 +170,9 @@ And send messages to yourself.
 See the script `script/run_node.sh` for an example of how to deploy
 See the script `script/run_node.sh` for an example of how to deploy
 a full node which does seed session synchronization, and accepts both
 a full node which does seed session synchronization, and accepts both
 inbound and outbound connections.
 inbound and outbound connections.
+
+## Global Buffer
+
+Copy [this script](https://github.com/narodnik/weechat-global-buffer/blob/main/buffclone.py) to `~/.weechat/python/autoload/`,
+and you will create a single buffer which aggregates messages from all channels. It's useful to monitor activity
+from all channels without needing to flick through them.