diff options
author | xyz <gky44px1999@gmail.com> | 2022-04-02 18:43:51 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-04-02 18:43:51 -0700 |
commit | 865f1934ad4e9d4ff244a7808849a75d159950bb (patch) | |
tree | 8e2ed49e03902a409abfcba02c8873bf13578ff3 /home/xyz/.config/weechat | |
parent | 8cf34c07c02194c275d457dc4e81a7e3ed2e17f3 (diff) |
maybe weechat add new features?
Diffstat (limited to 'home/xyz/.config/weechat')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 3 | ||||
-rw-r--r-- | home/xyz/.config/weechat/weechat.conf | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index 994337b8..daca47ce 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -125,6 +125,7 @@ anti_flood_prio_high = 2 anti_flood_prio_low = 2 autoconnect = on autojoin = "" +autojoin_dynamic = off autoreconnect = on autoreconnect_delay = 10 autorejoin = off @@ -196,6 +197,7 @@ bitlbee.usermode bitlbee.command = "/msg &bitlbee identify ${sec.data.password}; /query cheogramcom" bitlbee.command_delay bitlbee.autojoin +bitlbee.autojoin_dynamic bitlbee.autorejoin bitlbee.autorejoin_delay bitlbee.connection_timeout @@ -240,6 +242,7 @@ oftc.usermode oftc.command oftc.command_delay oftc.autojoin +oftc.autojoin_dynamic oftc.autorejoin oftc.autorejoin_delay oftc.connection_timeout diff --git a/home/xyz/.config/weechat/weechat.conf b/home/xyz/.config/weechat/weechat.conf index 5aa51168..bc70826f 100644 --- a/home/xyz/.config/weechat/weechat.conf +++ b/home/xyz/.config/weechat/weechat.conf @@ -243,7 +243,6 @@ proxy_curl = "" [plugin] autoload = "*" -debug = off extension = ".so,.dll" path = "${weechat_data_dir}/plugins" save_config_on_unload = on |