From 2eb662d261fc0da8613ac6b0ef4d9e39a63a3eeb Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Sep 2006 02:28:13 +0000 Subject: [PATCH] A real easter egg ;-) --- lib/weblib.php | 3 ++- pix/s/egg.gif | Bin 0 -> 334 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 pix/s/egg.gif diff --git a/lib/weblib.php b/lib/weblib.php index ff19b4294a..6c86f898ca 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 0000000000000000000000000000000000000000..64eea342ac0d3f475731e5ed9a96685379d57c70 GIT binary patch literal 334 zcmZ?wbhEHb-*a$ z=AVE3|A2)5_P<+Q{&aDF2;_d}&$L65VGZxfH4JY*aPQp7(B95aUCr?S-|;`+)_s58 z^7r@qH4F@!85s{UGvDUm_`uEmo}2r-w)PJLgFnvB92^`VOQ``Af3h$#FlaF7fD8lq ziGeNKVM;-T7GM97V3tn?N`cFpO)eJb_?@5ZQ59g}bK`O6VZoWMs=n$vHjyW$S)?Z? zX1ji@xg%2+eXgOfmbI#twN{LosWqt7MMRW^Ek;Z*CqPa_L|900p3?LHc{w=+<(f!W PNeOY+g`Vp?92u+uVgF%D literal 0 HcmV?d00001 -- 2.39.5