Skip to content

Commit b2053b7

Browse files
author
Tony Guntharp
committed
Merge pull request #80 from gabceb/master
Fixed references to some emoticons. Added GTFO emoticon image
2 parents 7cf6f98 + 1e6a668 commit b2053b7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

app/assets/images/emoticons/gtfo.png

49.5 KB
Loading

app/assets/javascripts/backbone/plugins/emoticons.js.coffee

+6-8
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ class Kandan.Plugins.Emoticons
1010
@emoticons: {
1111
"(alone)" : { src : "alone.jpg", css : "big", title : "alone"},
1212
"(awwyea)" : { src : "awwyea.jpg", css : "big", title : "awwyea"},
13-
"(badass)" : { src : "badass.jpg", css : "big", title : "badass"},
13+
"(badass)" : { src : "badass.png", css : "big", title : "badass"},
1414
"(bitchplease)" : { src : "bitchplease.jpg", css : "big", title : "bitchplease"},
1515
"(cereal)" : { src : "cereal.jpg", css : "big", title : "cereal"},
1616
"(challenge)" : { src : "challenge.jpg", css : "big", title : "challenge"},
1717
"(fuckyeah)" : { src : "fuckyeah.jpg", css : "big", title : "fuckyeah"},
18-
"(gtfo)" : { src : "gtfo.jpg", css : "big", title : "gtfo"},
18+
"(gtfo)" : { src : "gtfo.png", css : "big", title : "gtfo"},
1919
"(ilied)" : { src : "ilied.jpg", css : "big", title : "ilied"},
2020
"(megusta)" : { src : "megusta.jpg", css : "big", title : "megusta"},
2121
"(notbad)" : { src : "notbad.jpg", css : "big", title : "notbad"},
2222
"(okay)" : { src : "okay.jpg", css : "big", title : "okay"},
2323
"(omgface)" : { src : "omgface.jpg", css : "big", title : "omgface"},
2424
"(pokerface)" : { src : "pokerface.jpg", css : "big", title : "pokerface"},
25-
"(problem)" : { src : "problem.jpg", css : "big", title : "problem"},
25+
"(problem)" : { src : "trollface.jpg", css : "big", title : "problem"},
2626
"(rageguy)" : { src : "rageguy.jpg", css : "big", title : "rageguy"},
2727
"(seriously)" : { src : "seriously.jpg", css : "big", title : "seriously"},
2828
"(sweetjesus)" : { src : "sweetjesus.jpg", css : "big", title : "sweetjesus"},
2929
"(trollface)" : { src : "trollface.jpg", css : "big", title : "trollface"},
30-
"(truestory)" : { src : "truestory.jpg", css : "big", title : "truestory"},
31-
"(youdontsay)" : { src : "youdontsay.jpg", css : "big", title : "youdontsay"},
30+
"(truestory)" : { src : "truestory.png", css : "big", title : "truestory"},
31+
"(youdontsay)" : { src : "youdontsay.png", css : "big", title : "youdontsay"},
3232
"(yuno)" : { src : "yuno.jpg", css : "big", title : "yuno"},
3333
":(" : { src : "sad.png", css : "small", title : "sad"},
3434
"=(" : { src : "sad.png", css : "small", title : "sad"},
@@ -51,6 +51,4 @@ class Kandan.Plugins.Emoticons
5151
replacement = @options.template(emoticon)
5252
message.content = message.content.replace(search, replacement)
5353

54-
return Kandan.Helpers.Activities.buildFromMessageTemplate(message)
55-
56-
# Kandan.Plugins.register "Kandan.Plugins.Emoticons"
54+
return Kandan.Helpers.Activities.buildFromMessageTemplate(message)

0 commit comments

Comments
 (0)