[SimBot-commits] CVS: simbot/plugins 8ball.pl,1.2,1.3
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-07-24 11:45:37
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4115/plugins Modified Files: 8ball.pl Log Message: grammar Index: 8ball.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/8ball.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- 8ball.pl 24 Jul 2005 02:12:12 -0000 1.2 +++ 8ball.pl 24 Jul 2005 11:45:29 -0000 1.3 @@ -54,8 +54,8 @@ use constant BLANK_SAYINGS => ( use constant INTROS => ( q(pulls out a Magic 8 Ball and concentrates deeply on $nick's question:), q(drops the magic 8 ball on the floor, catches it as it rolls away, and shows the answer to $nick's question:), - q(vigorously shakes the 8-ball, to find the answer to $nick's question:), -); + q(vigorously shakes the 8-ball to find the answer to $nick's question:), +); #' use constant BLANK_INTROS => ( q(pulls out a Magic 8 Ball and concentrates deeply on nothingness:), |