Skip to content
Snippets Groups Projects
Commit 5aa83bf8 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

code formatting

parent d0e6e017
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ class RocketChatAdapter extends Hubot.Adapter
console.log 'ROCKETCHATADAPTER -> send'.blue
# console.log envelope, strings
sendHelper @robot, envelope, strings, (string) =>
# console.log "send #{envelope.room}: #{string} (#{envelope.user.id})" if DEBUG
RocketChat.sendMessage RocketBot.user, { msg: string }, { _id: envelope.room }
console.log "send #{envelope.room}: #{string} (#{envelope.user.id})" if DEBUG
RocketChat.sendMessage RocketBot.user, { msg: string }, { _id: envelope.room }
# Public: Raw method for sending emote data back to the chat source.
#
......
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