-
Notifications
You must be signed in to change notification settings - Fork 3
/
emoticons.php
34 lines (33 loc) · 1.09 KB
/
emoticons.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/*
* You want to add your custom emoticons?
* - So you are in the right place.
* dont forget to add a ',' behind every line!
*/
$emoticons = array(
'whatever' => '¯\_(ツ)_/¯',
'idontcare' => '╭∩╮(︶︿︶)╭∩╮',
'dong' => '(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄',
'donger' => 'ヽ༼ຈل͜ຈ༽ノ',
'tableflip' => '(╯°□°)╯︵ ┻━┻)',
'haha' => '☜(゚ヮ゚☜)',
'butterfly' => 'Ƹ̵̡Ӝ̵̨̄Ʒ',
'polarbear' => 'ˁ˚ᴥ˚ˀ',
'coffee' => 'c[_]',
'angry' => 'ლ(ಠ益ಠ)ლ',
'facepalm' => '(>ლ)',
'yuno' => '(ノಠ益ಠ)ノ',
'gimme' => '༼ つ ◕_◕ ༽つ',
'sunglass' => '( •_•)>⌐■-■',
'pacman' => 'ᗧ͇̿ · · ᗣ͇̿ᗣ͇̿ᗣ͇̿ᗣ͇̿',
'dollar' => '[̲̅$̲̅(̲̅1̲̅)̲̅$̲̅]',
'looking' => '( ͡° ͜ʖ ͡°)',
'manylooking' => '( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)',
'dealwithit' => '(▀̿Ĺ̯▀̿ ̿)',
'wut' => 'ಠ_ಠ',
'this' => '(☞゚ヮ゚)☞',
'cries' => '(ಥ﹏ಥ)',
'bored' => '(¬_¬)',
'confused' => '༼☉︵⊙༽',
//'shortname' => 'your emoticon goes in here :-)',
);