]> git.rmz.io Git - dotfiles.git/commitdiff
weechat: add wee-slack submodule
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 31 Oct 2016 09:34:17 +0000 (09:34 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 31 Oct 2016 09:42:36 +0000 (09:42 +0000)
.gitmodules
weechat/.gitignore
weechat/plugins.conf
weechat/python/autoload/wee_slack.py [new symlink]
weechat/python/wee-slack [new submodule]

index cbefaf3b4152832024157aa22fb4eaec664476be..b21af1a877a56254531847184c430e0e3bfb9d81 100644 (file)
@@ -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
index 3cc03c50465538a5f808941b228f7f861e562d41..5bde5fd04b103651c947653065f7c0e81aadcfb3 100644 (file)
@@ -2,3 +2,4 @@ logs
 weechat.log
 script/plugins.xml.gz
 irc.conf
+slack.cache
index 495b7fcd37a44013d88de50aced4ee9ddc1c6f1f..b572980e4895461d77625523cd7456568ff7aa93 100644 (file)
@@ -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 (symlink)
index 0000000..8123492
--- /dev/null
@@ -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 (submodule)
index 0000000..c70db4e
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit c70db4e01e2cbab2a586b7f9bf72feaaa2991a60