mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-20 21:10:54 +00:00
Merge branch 'master' into socketdev
This commit is contained in:
commit
2fd1817627
30 changed files with 898 additions and 139 deletions
|
@ -27,6 +27,7 @@ module.exports = {
|
|||
"\\:-?[\\\\/]": ":-/",
|
||||
"\\;-?\\)": ";-)",
|
||||
"R-?\\)": "R-)",
|
||||
"[oO](_|\\.)[oO]": "O.o",
|
||||
"[o|O](_|\\.)[o|O]": "O.o",
|
||||
"\\:-?D": ":-D",
|
||||
"\\:-?(o|O)": ":-O",
|
||||
|
@ -34,6 +35,8 @@ module.exports = {
|
|||
"Gr(a|e)yFace": "GrayFace"
|
||||
},
|
||||
|
||||
EMOTE_MIRROR_BASE: SERVER + "twitch-emote-mirror/",
|
||||
|
||||
EMOTE_REPLACEMENT_BASE: SERVER + "script/replacements/",
|
||||
EMOTE_REPLACEMENTS: {
|
||||
15: "15-JKanStyle.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue