[SimBot-commits] CVS: simbot/plugins 8ball.pl,1.1,1.2
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-07-24 02:12:21
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2272/plugins Modified Files: 8ball.pl Log Message: 22:08 @KewlioMZX> % *<SimBot> vigorously shakes the 8-ball, to find the answer to <user>'s question: <answer> Index: 8ball.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/8ball.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- 8ball.pl 24 Jul 2005 01:41:08 -0000 1.1 +++ 8ball.pl 24 Jul 2005 02:12:12 -0000 1.2 @@ -54,6 +54,7 @@ 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:), ); use constant BLANK_INTROS => ( |