hangoutsbot/hangoutsbot

[v3] plugins with bot._client.xyz syntax broken

Open

#744 创建于 2017年2月17日

在 GitHub 查看
 (2 评论) (0 反应) (2 负责人)Python (575 star) (278 fork)batch import
documentationenhancementframeworkhelp wantedplugin

描述

The following plugins that are using bot._client.xyz are broken, and need to be fixed in the version 3 branch.

convid.py

  • bot._client.setchatname() -> protobuf a5c7bc1604141fca7d41df0ca670d5b05a4b5dbe
  • bot._client.removeuser() -> protobuf 60e83edb96e29d474db43315727f06df3f94b533

_unittest_geticon.py

  • bot._client.getentitybyid() -> protobuf 094a0fe2559fe3ab334da2382fbfe621aa02b907

botalive.py

  • bot._client.updatewatermark() -> protobuf a1919b8e2cd6fe155480e73c3588861e39d5e21c

convtools_invitations.py

  • bot._client.adduser() -> protobuf 0005a48da24e8d22b6e711a54f898e8fafc0329f
  • bot._client.createconversation() -> protobuf 0005a48da24e8d22b6e711a54f898e8fafc0329f
  • bot._client.setchatname() -> command.run(convrename) a5c7bc1604141fca7d41df0ca670d5b05a4b5dbe

convtools.py

  • bot._client.adduser() -> protobuf 0005a48da24e8d22b6e711a54f898e8fafc0329f
  • bot._client.createconversation() -> protobuf 0005a48da24e8d22b6e711a54f898e8fafc0329f
  • bot._client.setchatname() -> command.run(convrename) a5c7bc1604141fca7d41df0ca670d5b05a4b5dbe

easteregg.py

  • bot._client.sendeasteregg() -> protobuf c85ac23b23411cd762c4a9dff1b9b7972448785e

image_screenshot/init.py

  • bot._client.sendchatmessage() -> coro_send_message 41d080bb99a0910d38e23cd9c226c8a691f450c1 note: unrelated with this issue, non-standard usage of _client

namelock.py

  • bot._client.setchatname() -> command.run(convrename) a5c7bc1604141fca7d41df0ca670d5b05a4b5dbe

slack.py

  • #bot._client.getentitybyid() -> protobuf 094a0fe2559fe3ab334da2382fbfe621aa02b907

贡献者指南

[v3] plugins with bot._client.xyz syntax broken · hangoutsbot/hangoutsbot#744 | Good First Issue