[SimBot-commits] CVS: simbot/plugins dict.pl,1.19,1.20
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-05-05 03:48:58
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23397/plugins Modified Files: dict.pl Log Message: Parenthesis! Index: dict.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/dict.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -p -r1.19 -r1.20 --- dict.pl 5 May 2005 03:35:33 -0000 1.19 +++ dict.pl 5 May 2005 03:48:46 -0000 1.20 @@ -32,7 +32,7 @@ use constant DICT_SERVER => "dict.org"; sub look_up { my ($kernel, $nick, $channel, $command) = @_; my $line = join(' ', @_[ 4 .. $#_ ]); - my $dictionary, $term, $destination; + my ($dictionary, $term, $destination); if ($line =~ /^\"?(.+?)\"?( (in|with) \"?(.+?)\"?)?( (privately|publicly))?$/i) { if ($1 eq "dictionaries" && $3 eq "with") { $dictionary = "?"; |