hangoutsbot/hangoutsbot

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

Open

#744 aberto em 17 de fev. de 2017

Ver no GitHub
 (2 comments) (0 reactions) (2 assignees)Python (278 forks)batch import
documentationenhancementframeworkhelp wantedplugin

Métricas do repositório

Stars
 (575 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador