Show
Ignore:
Timestamp:
02/12/08 01:33:39 (10 months ago)
Author:
cho45
Message:

lang/ruby/chokan/branches/citrus/lib/citrus/plugin.rb,
lang/ruby/chokan/branches/citrus/spec/core_spec.rb:

Core のテストに DummyCore? をつかわないように。
より実地に近い環境でのテストになってよい

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/chokan/branches/citrus/lib/citrus/plugin.rb

    r6449 r6578  
    2424                end 
    2525 
    26                 def on_talk(prefix, message) 
     26                def on_talk(prefix, target, message) 
    2727                end 
    2828 
     
    4242                end 
    4343 
    44                 def on_ctcp(prefix, message) 
     44                def on_ctcp(prefix, target, message) 
    4545                end 
    4646