Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vBm committed Mar 1, 2012
1 parent e289807 commit 9545f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpc.hc.np.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sub mpchc {
$mpchcnp =~ s/<[^>]*>//g;
$mpchcnp =~ s/^\s+|\s+$//g;
$mpchcnp =~ s/&laquo;/\xab/g;
# Couldn't find proper way to replace it so i'm using plane hypen as separator ;x
# Couldn't find proper way to replace it so i'm using plain hypen as separator ;x
$mpchcnp =~ s/&bull;/\x2D/g;
$mpchcnp =~ s/&raquo;/\xbb/g;
Xchat::command("say $mpchcnp");
Expand Down

0 comments on commit 9545f3f

Please sign in to comment.