From ea2514aded98d52382f1ec90bb99a5676541fe0e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 31 Oct 2016 09:34:17 +0000 Subject: [PATCH] weechat: add wee-slack submodule --- .gitmodules | 3 +++ weechat/.gitignore | 1 + weechat/plugins.conf | 12 ++++++++++++ weechat/python/autoload/wee_slack.py | 1 + weechat/python/wee-slack | 1 + 5 files changed, 18 insertions(+) create mode 120000 weechat/python/autoload/wee_slack.py create mode 160000 weechat/python/wee-slack diff --git a/.gitmodules b/.gitmodules index cbefaf3..b21af1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "urxvt/urxvt-perls"] path = urxvt/urxvt-perls url = https://github.com/muennich/urxvt-perls +[submodule "weechat/python/wee-slack"] + path = weechat/python/wee-slack + url = https://github.com/rawdigits/wee-slack diff --git a/weechat/.gitignore b/weechat/.gitignore index 3cc03c5..5bde5fd 100644 --- a/weechat/.gitignore +++ b/weechat/.gitignore @@ -2,3 +2,4 @@ logs weechat.log script/plugins.xml.gz irc.conf +slack.cache diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 495b7fc..b572980 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -54,6 +54,18 @@ python.screen_away.interval = "5" python.screen_away.message = "Detached from tmux" python.screen_away.set_away = "on" python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z" +python.slack_extension.colorize_messages = "0" +python.slack_extension.colorize_nicks = "1" +python.slack_extension.colorize_private_chats = "0" +python.slack_extension.debug_mode = "" +python.slack_extension.distracting_channels = "" +python.slack_extension.server_alias.uh-sensationeditor = "se" +python.slack_extension.server_alias.ultrahaptics = "uh" +python.slack_extension.show_reaction_nicks = "0" +python.slack_extension.slack_api_token = "${sec.data.slack_uh},${sec.data.slack_se}" +python.slack_extension.switch_buffer_on_join = "1" +python.slack_extension.trigger_value = "0" +python.slack_extension.unfurl_ignore_alt_text = "0" ruby.check_license = "off" tcl.check_license = "off" diff --git a/weechat/python/autoload/wee_slack.py b/weechat/python/autoload/wee_slack.py new file mode 120000 index 0000000..8123492 --- /dev/null +++ b/weechat/python/autoload/wee_slack.py @@ -0,0 +1 @@ +../wee-slack/wee_slack.py \ No newline at end of file diff --git a/weechat/python/wee-slack b/weechat/python/wee-slack new file mode 160000 index 0000000..c70db4e --- /dev/null +++ b/weechat/python/wee-slack @@ -0,0 +1 @@ +Subproject commit c70db4e01e2cbab2a586b7f9bf72feaaa2991a60 -- 2.48.1