Changeset 26 for TriviaEngine


Ignore:
Timestamp:
11/02/06 18:48:27 (6 years ago)
Author:
james
Message:

QUAD DAMAGE in blue
inject control chars into names in ranks to try to stop hilights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TriviaEngine/TriviaEngine-sqlite.tcl

    r25 r26  
    447447proc trivia_get_run { row } { 
    448448#<<< 
     449        global trivia_channel trivia_c 
    449450        switch $row { 
    450451                3 { 
     
    452453                } 
    453454                4 { 
    454                         puthelp "PRIVMSG $trivia_channel :QUAD DAMAGE!" 
     455                        puthelp "PRIVMSG $trivia_channel :$trivia_c(blue)QUAD DAMAGE!" 
    455456                        return "is on a roll ..." 
    456457                } 
     
    13851386                set line [list] 
    13861387                lappend line $user_id 
    1387                 lappend line $user_name 
     1388                lappend line [trivia_question_inject $user_name] 
    13881389                lappend line $user_score 
    13891390                putlog "adding line $line" 
Note: See TracChangeset for help on using the changeset viewer.