Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个外部进程将消息作为机器人发布,让我们说!help如何让 Errbot 响应它?目前它忽略来自 errbot 本身的消息。我找不到这个的配置选项。
!help
好问题:检测和过滤来自机器人本身的消息是每个后端的合同。这种设计选择主要是为了避免奇怪的无限循环行为等。
一般来说,如果机器人发出了一些东西并需要从中做出反应,为什么不在那个时候这样做而不是等待它自己的响应呢?