PIRCBOT - 如何为频道中的所有用户添加语音 - Java
我正在使用 pircbot 来制作 IRC 机器人。如何让机器人向频道中的所有用户添加语音?或者当用户加入时?
I'm using the pircbot to make an IRC bot. How do I make the bot add voice to all the users in the channel? Or when the users join?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大概是这样的:
你应该在发声之前验证一些东西(你在chan中吗?你是接线员吗?)。
看一下 API 页面: http://www.jibble.org/javadocs/pircbot /index.html。
Probably something like this:
You should verify some stuff before voicing (are you in the chan? are you operator?).
Take a look at the API page: http://www.jibble.org/javadocs/pircbot/index.html.