Skip to content

Commit

Permalink
fix: Finger
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Jan 9, 2012
1 parent 715a67e commit 506853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobot.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ bot = jerk( function( j ) {
if ( message.match_data[1] == '?' && message.source.clients.indexOf( 'bot-t' ) >= 0 )
return

var name = to( message, 1 )
var name = to( message, 2 )
, user = dynamic_json.crew.filter( function( v, i, a ) { return v.irc == name } )
if ( user.length )
message.say( '-ot crew • ' + util.inspect( user[0] ).replace( /\n/g, '' ) )
Expand Down

0 comments on commit 506853c

Please sign in to comment.