Explorar o código

global buffer in ircd

x %!s(int64=4) %!d(string=hai) anos
pai
achega
3fa990f795
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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
 a full node which does seed session synchronization, and accepts both
 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.