Skip to content
Snippets Groups Projects
Unverified Commit 087839a1 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

rocketbot-parser -> InternalHubot

parent 2774fd7e
No related branches found
No related tags found
No related merge requests found
......@@ -289,9 +289,9 @@ init = =>
# res.send "Test? TESTING? WE DON'T NEED NO TEST, EVERYTHING WORKS!"
if RocketChat.settings.get 'InternalHubot_Enabled'
RocketChat.callbacks.add 'afterSaveMessage', InternalHubotReceiver, RocketChat.callbacks.priority.LOW, 'rocketbot-parser'
RocketChat.callbacks.add 'afterSaveMessage', InternalHubotReceiver, RocketChat.callbacks.priority.LOW, 'InternalHubot'
else
RocketChat.callbacks.remove 'afterSaveMessage', 'rocketbot-parser'
RocketChat.callbacks.remove 'afterSaveMessage', 'InternalHubot'
# Meteor.startup ->
# console.log InternalHubot;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment