Hubot改变IRC频道主题

时间:2015-06-10 19:30:30

标签: irc hubot

我希望我们的Hubot能够管理某些IRC频道的主题。当我有hubot发送" / TOPIC #channel新主题"该文本最终会出现在频道中。

我知道我可以为IRC主题更改添加一个监听器(如irc-topic.coffee):

robot.adapter.bot.addListener 'topic', (channel, topic) ->

但是有没有设置主题的界面或强制hubot-irc adapter发送原始IRC命令的方法?

1 个答案:

答案 0 :(得分:0)

https://github.com/nandub/hubot-irc/blob/master/src/irc.coffee#L40

看起来你只是设置了监听器然后topic = "thing the topic should be"