Changeset 53c82a94714e439c63a65fccdaf2512383cffb7a

Show
Ignore:
Timestamp:
03/08/10 16:44:23 (5 months ago)
Author:
Giuseppe Bilotta <giuseppe.bilotta@…>
Children:
8473982fbfa276ced1394bf704e6de379a0f3e65
Parents:
8893bf66c0aa6f2bbf2e2941f7be82486fecdb46
git-committer:
Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1268055863 +0100
Message:

Fix typo in previous patch

My fault for not finding it in review

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/rbot/ircsocket.rb

    r8893bf6 r53c82a9  
    4949      penalty += dests.split(',').size 
    5050    when :WHO 
    51       args = parts.split 
     51      args = pars.split 
    5252      if args.length > 0 
    5353        penalty += args.inject(0){ |sum,x| sum += ((x.length > 4) ? 3 : 5) }