Changeset 279


Ignore:
Timestamp:
09/19/03 09:23:19 (8 years ago)
Author:
jamesoff
Message:

allow "something" to be given

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_hand.tcl

    r132 r279  
    4343    set item "[getHisHers] [string range $item 5 end]" 
    4444  } 
     45 
     46  if [string match -nocase "something" $item] { 
     47    set item "%VAR{sillyThings}" 
     48  } 
    4549  bMotion_putloglev d * "bMotion: Handed $whom $item on $channel (from $nick)" 
    4650  bMotionDoAction $channel $nick "/gives $whom $item" 
Note: See TracChangeset for help on using the changeset viewer.