Ignore:
Timestamp:
09/09/03 19:46:13 (9 years ago)
Author:
kevdadrum
Message:

Moved some question handling from simple_general into complex_questions where I think it belongs: this fixes the problem I was having where I couldn't get complex_questions to listen to "do you want this thingie?" because the simple handler was grabbing it first.

File:
1 edited

Legend:

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

    r247 r248  
    3232bMotion_plugin_add_simple "didn't!" "^i didn'?t!?$" 40 "%VAR{ididntresponses}" "en" 
    3333bMotion_plugin_add_simple "ow" "^(ow+|ouch|aie+)!*$" 50 "%VAR{awwws}" "en" 
    34 bMotion_plugin_add_simple "question-have" "^%botnicks:?,? do(n'?t)? you (like|want|find .+ attractive|get horny|(find|think) .+ (is ?)horny|have|keep)" 100 "%VAR{yesnos}" "en" 
     34#kis moved the following line to complex_questions because it was breaking stuff. 
     35#kis bMotion_plugin_add_simple "question-have" "^%botnicks:?,? do(n'?t)? you (like|want|find .+ attractive|get horny|(find|think) .+ (is ?)horny|have|keep)" 100 "%VAR{yesnos}" "en" 
    3536bMotion_plugin_add_simple "dude" "^Dude!$" 40 "%VAR{sweet}" "en" 
    3637bMotion_plugin_add_simple "sweet" "^Sweet!$" 40 "%VAR{dude}" "en" 
Note: See TracChangeset for help on using the changeset viewer.