Ignore:
Timestamp:
11/02/06 16:24:34 (6 years ago)
Author:
james
Message:

send our nick to the bmotion bot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TriviaEngine/TriviaEngine-sqlite.tcl

    r24 r25  
    901901#<<< 
    902902        global trivia_q_id trivia_q_cat trivia_q_question trivia_q_answer trivia_q_hint trivia_q_attempts trivia_channel trivia_status trivia_last_qid 
    903         global trivia_asking_question trivia_delay 
     903        global trivia_asking_question trivia_delay botnick 
    904904 
    905905        if {$trivia_status != 1} { 
     
    934934        set trivia_asking_question 1 
    935935 
    936         trivia_bmotion_send "start" "$trivia_channel $trivia_delay" 
     936        trivia_bmotion_send "start" "$trivia_channel $trivia_delay $botnick" 
    937937 
    938938        trivia_round 
Note: See TracChangeset for help on using the changeset viewer.