diff --git a/lib/weblib.php b/lib/weblib.php index ff19b4294a2..6c86f898cae 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1781,7 +1781,8 @@ function replace_smilies(&$text) { '(heart)' => 'heart', '(y)' => 'yes', '(n)' => 'no', - '(martin)' => 'martin' + '(martin)' => 'martin', + '()' => 'egg' ); if ($runonce == false) { /// After the first time this is not run again diff --git a/pix/s/egg.gif b/pix/s/egg.gif new file mode 100755 index 00000000000..64eea342ac0 Binary files /dev/null and b/pix/s/egg.gif differ