Skip to content

Commit

Permalink
New smilies/images
Browse files Browse the repository at this point in the history
  • Loading branch information
dgl committed Jan 11, 2004
1 parent 006d3fb commit 1689dc2
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 2 deletions.
Binary file added images/actsound.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/happycry.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hmmm.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/joinsound.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kiss.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/scrollback.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sleep.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sorry.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/what.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions nph-irc.cgi
Expand Up @@ -31,7 +31,7 @@ use vars qw(
);

($VERSION =
'$Name: $ 0_5_CVS $Id: nph-irc.cgi,v 1.88 2003/10/29 12:28:33 dgl Exp $'
'$Name: $ 0_5_CVS $Id: nph-irc.cgi,v 1.89 2004/01/11 04:57:52 dgl Exp $'
) =~ s/^.*?(\d\S+) .*?(\d{4}\/\S+) .*$/$1/;
$VERSION .= " ($2)";
$VERSION =~ s/_/./g;
Expand Down Expand Up @@ -337,14 +337,20 @@ sub format_init_smilies {
':-?[xX]' => 'confused',
':-?\[' => 'embarassed',
':-?\*' => 'love',
"\004\>\004:-?\\(" => 'angry', #XXX
':-?[pP]' => 'tongue',
':-?\)' => 'happy',
'\:-?D' => 'cheesy',
':-?\(' => 'unhappy',
':-[oO]' => 'surprised',
'8-?\)' => 'cool',
':-?\|' => 'flat',
':\')' => 'happycry',
"\004\>\004:-?/" => 'hmmm',
"\004\>\004:-?\\(" => 'angry',
':-?\*\*' => 'kiss',
':-z' => 'sleep',
':-\.' => 'sorry',
'8-@' => 'what',
);
$regexpicon = '(' . join('|', keys %regexpicon) . ')';
}
Expand Down

0 comments on commit 1689dc2

Please sign in to comment.