Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
555 views

hubot rocketchat broadcast notification

I'm trying to send broadcast notification in direct message via bot (bot repository): const { driver } = require('@rocket.chat/sdk'); module.exports = (robot) => { robot.respond(/notify/i, ...
Potato's user avatar
  • 477
0 votes
1 answer
198 views

How to script in hubot?

The question is: I joined in a website and got a script to use as bot. I'm using hubot by the way. The code is: var myHeaders = new Headers(); myHeaders.append("Authorization", "Bearer ...
runawaydevil32's user avatar
1 vote
0 answers
125 views

Hubot: Class' methods are not overridden in Rocket.Chat / Meteor / JavaScript

Rocket.Chat has deprecated and removed Internal Hubot functionality, but in our company we have some script that can't be moved to external bot at this moment, so we wanted to maintain Internal Hubot ...
Wirone's user avatar
  • 3,388
0 votes
1 answer
68 views

Hubot misidentifying single user

I've got a Hubot attached to our Rocket.Chat server. We've got a game script for Cards Against Humanity. One day myself and another player joined in at about the same time, and since then, Hubot ...
Thomas's user avatar
  • 359
4 votes
0 answers
458 views

Rocket Chat Hubot Adapter is not replying back

Hi i am running hubot with rocket chat. I have created another user "mybot" having bot role and used it and got connected successfully. Below are my environment variables export ROCKETCHAT_ROOM='' ...
jitendra rajput's user avatar
0 votes
1 answer
367 views

Hubot Error: Script is using deprecated documentation syntax

I am using docker compose to deploy Hubot. Everything works just fine for me after i ran "docker compose up". Hubot is online and works. However, I want to add my own scripts to it. I just got an ...
Harry's user avatar
  • 77
4 votes
1 answer
244 views

How to add role to a user after private message to Hubot with password

I would like to add a new role for a user, when he is able to give the right password to Hubot. Here is the script i have for now : module.exports = (robot) -> robot.respond /PasswOrd (.*)/, (...
bob dylan's user avatar
  • 1,099
0 votes
1 answer
602 views

Rocket.Chat internal hubot does not work

Hi, we want to use the internal hubot but don't get it to work and need some help. We have Rocket.Chat 0.61.0 on Ubuntu installed with snap. We enabled internal Hubot under Administration settings. We ...
Martin's user avatar
  • 29
2 votes
1 answer
2k views

Hubot with Rocket.chat

I am trying to integrate Hubot with rocketchat and make Hubot talk with rocketchat. The sources I am referring to are: https://hubot.github.com/docs/ https://github.com/RocketChat/hubot-rocketchat ...
Padma Channal's user avatar
0 votes
3 answers
916 views

Hubot nesting commands

I want to create a tree-style question and answer bot with hubot doing support services and I haven't been able to figure out how. I wanted Hubot to ask a question upon someone entering the room (...
asegier's user avatar
  • 55
1 vote
1 answer
317 views

Hubot Rocket.Chat User Joined

I couldn't find any information on using Hubot with Rocket.Chat to log a Welcome message when a user joins the channel. I wanted to make a support channel where people who join are then asked what ...
asegier's user avatar
  • 55
1 vote
1 answer
786 views

Code a slash command on Rocket.chat with Hubot

I'd like to use a slash command on Rocket.chat with Hubot but I don't know how to do it. A slash command is defined with /command and is an executable, I mean you don't see the order on your screen, ...
So4ne's user avatar
  • 1,182
2 votes
0 answers
225 views

Rocket.Chat live chat not support the internal hubot

I have added the internal hubot to the live chat agent, but it doesn't response any message. I have tested the internal hubot in other channels, it works well. Has anyone encountered the same issue?
Josan's user avatar
  • 722
2 votes
1 answer
1k views

hubot rocketchat adapter does not work

I installed rocket.chat and hubot on a Digitalocean droplet (Ubuntu) and now I am trying to make hubot talk: when I run: hubot -a rocketchat I get: ERROR Cannot load adapter rocketchat - Error: ...
Łukasz Woś's user avatar
2 votes
2 answers
4k views

Hubot can't connect to Rocket Chat?

I am testing Rocket Chat for the first time and I am following this guide to Deploy with Docker I have started Rocket Chat successfully and I am now trying to enable the Hubot. I have created a user ...
Muffo's user avatar
  • 1,743