Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 authored Sep 17, 2022
1 parent ecd4fbc commit d030270
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Private/config/config.inc.sample
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,17 @@ $LOCALE = [

];

$EMOTICONS = [
'[:-)]' => "🙂",
'[:-p]' => "🤑",
'[:c)]' => "😀",
'[;-)]' => "😉",
'[:-J]' => "😏",
'[;-P]' => "😜",
'[:-/]' => "😕",
'[@-)]' => "😓",
'[B-)]' => "😎",
'[=]]' => '😃',
'[=)]' => "😄",
'[*-)]' => "😍"
];

0 comments on commit d030270

Please sign in to comment.