转载

WeeChat操作各种聊天软件

https://github.com/MaskRay/Config/tree/master/home/.weechat/

WeeChat plugins

pastebin

/paste /tmp/a.jpg 用img.vim-cn.com图床

/paste /tmp/a.txt 用img.vim-cn.com图床

Slack

让team owner开启IRC gateway: https://get.slack.help/hc/en-us/articles/201727913-Connecting-to-Slack-over-IRC-and-XMPP

Bitlbee

aur/bitlbee-libpurple-unicode-channel (或原版 aur/bitlbee-libpurple)

Facebook Messenger

aur/bitlbee-facebook-git

https://wiki.bitlbee.org/HowtoFacebookMQTT

Google Hangouts

https://wiki.bitlbee.org/HowtoGtalk

Twitter

https://wiki.bitlbee.org/HowtoTwitter

微信网页版

https://github.com/MaskRay/wechatircd

如果需要定制命令行选项的话,把 /usr/lib/systemd/system/wechatircd.service 复制到 /etc/systemd/system/wechatircd.service ,添加 --ignore 不想看到的群名子串1 不想看到的群名子串2 选项

systemctl enable --now wechatircd
/server add wechat 127.1/6667 -autoconnect

QQ网页版

https://github.com/MaskRay/webqqircd

systemctl enable --now webqqircd

如果需要定制命令行选项的话,把 /usr/lib/systemd/system/webqqircd.service 复制到 /etc/systemd/system/webqqircd.service ,添加 --ignore 不想看到的群名子串1 不想看到的群名子串2 选项

Telegram网页版

https://github.com/MaskRay/telegramircd

systemctl enable --now telegramircd

如果需要定制命令行选项的话,把 /usr/lib/systemd/system/telegramicd.service 复制到 /etc/systemd/system/telegramicd.service ,添加 --ignore 不想看到的群名子串1 不想看到的群名子串2 选项

原文  http://maskray.me/blog/2016-08-13-weechat-rules-all
正文到此结束
Loading...