Changeset 28


Ignore:
Timestamp:
11/06/06 18:32:44 (5 years ago)
Author:
james
Message:

handle !start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TriviaEngine/TriviaEngine-sqlite.tcl

    r27 r28  
    303303                trivia_command $nick $host $handle $channel $param 
    304304                return 0 
     305        } 
     306 
     307        if [string match -nocase "!start" $arg] { 
     308                if {$trivia_status > 0} { 
     309                        return 
     310                } 
     311                puthelp "PRIVMSG $trivia_channel :YOU'RE DOING IT WRONG" 
    305312        } 
    306313 
Note: See TracChangeset for help on using the changeset viewer.