about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-10-17 21:56:45 -0400
committerBen Harris <ben@tilde.team>2018-10-17 21:56:45 -0400
commit5952045de56ebc460c27ce5109f63f7b33676707 (patch)
tree93f312fef7f1517e7e7f62ebdb4de69ea2b7239a /weechat/.weechat/plugins.conf
parente524f128761aebe17f6e748282178a9d78f1fb5a (diff)
add invite autojoin
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index ff25dd8..d261138 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -42,6 +42,11 @@ python.apply_corrections.message_limit = "2"
 python.apply_corrections.print_format = "[nick]: [corrected]"
 python.apply_corrections.print_limit = "1"
 python.autojoin.autosave = "on"
+python.autojoin_on_invite.autojoin_key = "on"
+python.autojoin_on_invite.ignore_channels = ""
+python.autojoin_on_invite.ignore_nicks = ""
+python.autojoin_on_invite.whitelist_channels = ""
+python.autojoin_on_invite.whitelist_nicks = ""
 python.autosavekey.add = "on"
 python.autosavekey.mute = "off"
 python.autosavekey.secure = "on"