Smilie ^^
Brought to you by:
mbrix
Simple problem.
The smilie ^^ dowesnt work!
The fix would be:
Goto this code (logfile.pm)
# Who smiles the most?
my $e = '[8;:=%]'; # eyes
my $n = '[-oc*^]'; # nose
# smileys including asian-style (^^ ^_^' ^^; \o/)
if ($saying =~ /(>?$e'?$n[\)pPD\}\]>]|[\(\{\[<]$n'?$e<?|[;:][\)pPD\}\]\>]|\([;:]|\^[_o-]*\^[';]|\\[o.]\/)/o) {
add a * to the expression:
if ($saying =~ /(>?$e'?$n[)pPD}]>]|[({[<]$n'?$e<?|[;:][)pPD}]>]|([;:]|\^[_o-]\^[';]|\[o.]\/)/o) {
fix'd
It would be nice, if you fixed it in the release.