# File rbot/plugins/slap.rb, line 4
  def initialize
    super
    @verbs=['slaps', 'hits', 'smashes', 'beats', 'bashes', 'smacks', 'blats']
    @tool=['trout','fork','mouse','bear', 'piano', 'chello', 'vacuum cleaner','mosquito']
    @size=['large','huge','small','tiny', nil]
    @way=['around the head', 'viciously', 'repeatedly', 'in the face', 'to death', nil]
  end