summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-06-13 06:27:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-06-13 06:27:32 +0900
commitac94cf91df8142a4d927f19a944393bf243863e0 (patch)
tree80dd5dd021730014c2c2d8b1dafdcd9cf84ab4e3 /src/web/app/common/scripts
parentv2093 (diff)
downloadsharkey-ac94cf91df8142a4d927f19a944393bf243863e0.tar.gz
sharkey-ac94cf91df8142a4d927f19a944393bf243863e0.tar.bz2
sharkey-ac94cf91df8142a4d927f19a944393bf243863e0.zip
[Client] :v:
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/get-cao.js5
-rw-r--r--src/web/app/common/scripts/get-cat.js1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/get-cao.js b/src/web/app/common/scripts/get-cao.js
new file mode 100644
index 0000000000..0b77ee285a
--- /dev/null
+++ b/src/web/app/common/scripts/get-cao.js
@@ -0,0 +1,5 @@
+export default () => [
+ '(=^・・^=)',
+ 'v(‘ω’)v',
+ '🐡( '-' 🐡 )フグパンチ!!!!'
+][Math.floor(Math.random() * 3)];
diff --git a/src/web/app/common/scripts/get-cat.js b/src/web/app/common/scripts/get-cat.js
deleted file mode 100644
index cad42c88c8..0000000000
--- a/src/web/app/common/scripts/get-cat.js
+++ /dev/null
@@ -1 +0,0 @@
-export default () => '(=^・・^=)';