Show
Ignore:
Timestamp:
07/29/08 12:29:50 (4 months ago)
Author:
cho45
Message:

Foo::Bar-- とかできるように

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/citrus/trunk/plugins/plusplus.rb

    r6594 r16788  
    2222                        notice_karma(channel, nick) 
    2323 
    24                 when /\(([^)]{#{@least},})\)(\+\+|--)/, /(\w{#{@least},})(\+\+|--)/u 
     24                when /\(([^)]{#{@least},})\)(\+\+|--)/, /([\w:]{#{@least},})(\+\+|--)/u 
    2525                        nick, dir = Regexp.last_match.captures 
    2626                        return if @excludes.include?(nick)