Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
ecda2e68
Unverified
Commit
ecda2e68
authored
8 years ago
by
Marcelo Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Packages information
parent
88dc0c53
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.meteor/packages
+1
-3
1 addition, 3 deletions
.meteor/packages
.meteor/versions
+1
-3
1 addition, 3 deletions
.meteor/versions
packages/rocketchat-slashcommands-shrug/package.js
+0
-18
0 additions, 18 deletions
packages/rocketchat-slashcommands-shrug/package.js
with
2 additions
and
24 deletions
.meteor/packages
+
1
−
3
View file @
ecda2e68
...
...
@@ -78,16 +78,14 @@ rocketchat:piwik
rocketchat:push-notifications
rocketchat:reactions
rocketchat:slackbridge
rocketchat:slashcommands-
tableflip
rocketchat:slashcommands-
asciiarts
rocketchat:slashcommands-invite
rocketchat:slashcommands-join
rocketchat:slashcommands-kick
rocketchat:slashcommands-leave
rocketchat:slashcommands-me
rocketchat:slashcommands-mute
rocketchat:slashcommands-shrug
rocketchat:slashcommands-topic
rocketchat:slashcommands-flip
rocketchat:spotify
rocketchat:statistics
rocketchat:streamer
...
...
This diff is collapsed.
Click to expand it.
.meteor/versions
+
1
−
3
View file @
ecda2e68
...
...
@@ -174,16 +174,14 @@ rocketchat:piwik@0.0.1
rocketchat:push-notifications@0.0.1
rocketchat:reactions@0.0.1
rocketchat:slackbridge@0.0.1
rocketchat:slashcommands-asciiarts@0.0.1
rocketchat:slashcommands-invite@0.0.1
rocketchat:slashcommands-join@0.0.1
rocketchat:slashcommands-kick@0.0.1
rocketchat:slashcommands-leave@0.0.1
rocketchat:slashcommands-me@0.0.1
rocketchat:slashcommands-mute@0.0.1
rocketchat:slashcommands-shrug@0.0.1
rocketchat:slashcommands-tableflip@0.0.1
rocketchat:slashcommands-topic@0.0.1
rocketchat:slashcommands-shrug@0.0.1
rocketchat:sms@0.0.1
rocketchat:spotify@0.0.1
rocketchat:statistics@0.0.1
...
...
This diff is collapsed.
Click to expand it.
packages/rocketchat-slashcommands-shrug/package.js
deleted
100644 → 0
+
0
−
18
View file @
88dc0c53
Package
.
describe
({
name
:
'
rocketchat:slashcommands-shrug
'
,
version
:
'
0.0.1
'
,
summary
:
'
Message pre-processor that will translate /shrug commands
'
,
git
:
''
});
Package
.
onUse
(
function
(
api
)
{
api
.
versionsFrom
(
'
1.0
'
);
api
.
use
([
'
rocketchat:lib
'
]);
api
.
use
(
'
ecmascript
'
);
api
.
addFiles
(
'
shrug.js
'
,
[
'
server
'
,
'
client
'
]);
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment