Skip to content
Snippets Groups Projects
Verified Commit 2d047eef authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

unicode.pl: uppercase uniname arg

parent e42d9ed0
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ sub cmd_process($server, $trigger, $str, $nick, $target) {
my $output = _charinfo($str);
$server->command("msg $target $output");
} elsif ($trigger eq 'uniname') {
my $charinfo = namedseq($str);
my $charinfo = namedseq(uc $str);
my $output;
if (defined($charinfo)) {
my $charnum = ord($charinfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment