aboutsummaryrefslogtreecommitdiff
path: root/.weechat/python
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-07 10:39:53 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:44 +0200
commit90e607b6a3756619c5935396591f0b343a46e773 (patch)
tree34b5b8975431de8b19da5d2f204b5c0d1e1a879a /.weechat/python
parente013f24aa5fc85dca36b61e57ecf276cd65b3ffb (diff)
Include Matrix support in WeeChat
Diffstat (limited to '.weechat/python')
l---------.weechat/python/matrix1
l---------.weechat/python/matrix.py1
l---------.weechat/python/signal.py1
l---------.weechat/python/slack.py1
l---------.weechat/python/wee_slack.py1
5 files changed, 4 insertions, 1 deletions
diff --git a/.weechat/python/matrix b/.weechat/python/matrix
new file mode 120000
index 0000000..fcfe38d
--- /dev/null
+++ b/.weechat/python/matrix
@@ -0,0 +1 @@
+../vendor/protocol-matrix/matrix \ No newline at end of file
diff --git a/.weechat/python/matrix.py b/.weechat/python/matrix.py
new file mode 120000
index 0000000..490a57b
--- /dev/null
+++ b/.weechat/python/matrix.py
@@ -0,0 +1 @@
+../vendor/protocol-matrix/main.py \ No newline at end of file
diff --git a/.weechat/python/signal.py b/.weechat/python/signal.py
new file mode 120000
index 0000000..3fa05ee
--- /dev/null
+++ b/.weechat/python/signal.py
@@ -0,0 +1 @@
+../vendor/protocol-signal/signal.py \ No newline at end of file
diff --git a/.weechat/python/slack.py b/.weechat/python/slack.py
new file mode 120000
index 0000000..d92d31f
--- /dev/null
+++ b/.weechat/python/slack.py
@@ -0,0 +1 @@
+../vendor/protocol-slack/wee_slack.py \ No newline at end of file
diff --git a/.weechat/python/wee_slack.py b/.weechat/python/wee_slack.py
deleted file mode 120000
index 13f5337..0000000
--- a/.weechat/python/wee_slack.py
+++ /dev/null
@@ -1 +0,0 @@
-../vendor/wee_slack/wee_slack.py \ No newline at end of file