From 0a8baf5856034b8c44afcfd85b843e3a318ecb1b Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 30 Dec 2003 20:30:08 +0000 Subject: [PATCH] ord was busted git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@914 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/UserExtra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserExtra.pl b/src/UserExtra.pl index c8ec404..5252b3d 100644 --- a/src/UserExtra.pl +++ b/src/UserExtra.pl @@ -536,7 +536,7 @@ sub userCommands { } } - &performReply( sprintf("'%s' is ascii %s", $arg, ord $1) ); + &performReply( sprintf("'%s' is ascii %s", $arg, ord $arg) ); return; } -- 2.39.2