Changeset 58

Show
Ignore:
Timestamp:
11/06/08 12:29:39 (2 months ago)
Author:
mike
Message:

fix "what does <x> like" output string

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/whatbot/Command/Karma.pm

    r46 r58  
    5858    undef %karma; 
    5959 
    60     return $who . ' ' . ${'verb'} . 's: ' . join ( ', ', @results ); 
     60    return "$who ${verb}s: " . join ( ', ', @results ); 
    6161} 
    6262