Show
Ignore:
Timestamp:
09/28/07 14:47:35 (16 months ago)
Author:
yoko
Message:

Nice boat.
lang/ruby/chokan/trunk/plugins/simple_reply.rb: channel指定がない際全チャンネル反応が出来なかったのを修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/chokan/trunk/plugins/simple_reply.rb

    r283 r296  
    77                @config["replies"].each do |r| 
    88                        if  r["words"].include?(message) &&  
    9                            (r["channel"].include?(channel) || 
    10                            !r["channel"]) 
     9                           (!r["channel"] || 
     10                           r["channel"].include?(channel)) 
    1111                                 
    1212                                notice channel, r["reply"]