Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 2e1951c

Browse files
committed
Trim blank line comments, and fix up issues
1 parent e69f9e9 commit 2e1951c

File tree

233 files changed

+84
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+84
-464
lines changed

src/scripts/46elks.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# Allows Hubot to send text messages using 46elks.com API.
43
#

src/scripts/9gag.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -14,7 +13,6 @@
1413
#
1514
# Author:
1615
# EnriqueVidal
17-
#
1816

1917
Select = require( "soupselect" ).select
2018
HTMLParser = require "htmlparser"

src/scripts/abstract.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -13,7 +12,6 @@
1312
#
1413
# Author:
1514
# tantalor
16-
#
1715

1816
module.exports = (robot) ->
1917
robot.respond /(abs|abstract) (.+)/i, (res) ->

src/scripts/achievement_unlocked.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -13,7 +12,6 @@
1312
#
1413
# Author:
1514
# Chris
16-
#
1715

1816
module.exports = (robot) ->
1917
robot.hear /achievement (get|unlock(ed)?) (.+?)(\s*[^@\s]+@[^@\s]+)?\s*$/i, (msg) ->

src/scripts/ackbar.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -13,7 +12,6 @@
1312
#
1413
# Author:
1514
# brilliantfantastic
16-
#
1715

1816
ackbars = [
1917
"http://dayofthejedi.com/wp-content/uploads/2011/03/171.jpg",

src/scripts/adult.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -13,7 +12,6 @@
1312
#
1413
# Author:
1514
# atmos
16-
#
1715

1816
images = [
1917
"http://1.bp.blogspot.com/_D_Z-D2tzi14/TBpOnhVqyAI/AAAAAAAADFU/8tfM4E_Z4pU/s400/responsibility12(alternate).png",

src/scripts/airbrake.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -14,7 +13,6 @@
1413
#
1514
# Author:
1615
# tommeier
17-
#
1816

1917
jsdom = require 'jsdom'
2018
env = process.env

src/scripts/alot.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# None
43
#
@@ -13,7 +12,6 @@
1312
#
1413
# Author:
1514
# tbwIII
16-
#
1715

1816
images = [
1917
"http://4.bp.blogspot.com/_D_Z-D2tzi14/S8TRIo4br3I/AAAAAAAACv4/Zh7_GcMlRKo/s400/ALOT.png",

src/scripts/ambush.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# Send messages to users the next time they speak
43
#
@@ -13,7 +12,6 @@
1312
#
1413
# Author:
1514
# jmoses
16-
#
1715

1816
appendAmbush = (data, toUser, fromUser, message) ->
1917
if data[toUser.name]

src/scripts/animal.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Description:
32
# Because animals are animals.
43
#
@@ -14,7 +13,6 @@
1413
#
1514
# Author:
1615
# unsay
17-
#
1816

1917
Select = require("soupselect").select
2018
HtmlParser = require "htmlparser"

0 commit comments

Comments
 (0)