From: timriker Date: Tue, 30 Dec 2003 20:30:08 +0000 (+0000) Subject: ord was busted X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41ce3e3ebe456928bd843b2be2e7b0120a621959;p=infobot.git ord was busted git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@914 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index c8ec404..5252b3d 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/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; }