Bot SRCDS
Od HLDS.pl
(Różnice między wersjami)
(Nowa strona: = Wywiad (auditorium.tcl) = /msg bot !ask the question (all) makes saving a question (only when started) /msg bot astart (chan owner) makes the auditorium starts /msg bot aend (chan ...) |
|||
Linia 6: | Linia 6: | ||
/msg bot adel n (chan op) the bot delete the question with id "n" | /msg bot adel n (chan op) the bot delete the question with id "n" | ||
/msg bot aread (chan op) the bot reads the next question to the channel | /msg bot aread (chan op) the bot reads the next question to the channel | ||
+ | |||
+ | = Wywiad - log do html (interview.tcl) = | ||
+ | == ON THE PARTY LINE: == | ||
+ | .inthelp [command] | ||
+ | gives help. | ||
+ | == IN THE CHANNEL: == | ||
+ | .int <interviewee> | ||
+ | this sets both the interviewer (with the handle/nick of the person | ||
+ | who typed the command) and the interviewee (with the nick specified). | ||
+ | .name <name> | ||
+ | sets the interviewee's name. | ||
+ | .date <date> | ||
+ | sets the date. | ||
+ | .int start | ||
+ | starts the interview. | ||
+ | NOTE: you will get an error if the interviewer, interviewee, name, or | ||
+ | date have not been specified. | ||
+ | .int stop | ||
+ | stops the interview. | ||
+ | .int pause | ||
+ | pauses the interview. | ||
+ | .int resume | ||
+ | resumes a paused interview. | ||
+ | .getint | ||
+ | sends you the interview via dcc (if enabled). | ||
+ | == ON THE PARTY LINE OR IN THE CHANNEL: == | ||
+ | .intfile | ||
+ | sets the FILENAME of the output file. | ||
+ | NOTE: this CANNOT include the directory | ||
+ | .intdir | ||
+ | sets the DIRECTORY of the output file. | ||
+ | NOTE: this CANNOT include the filename. |
Aktualna wersja na dzień 22:03, 13 sie 2008
Spis treści |
Wywiad (auditorium.tcl)
/msg bot !ask the question (all) makes saving a question (only when started) /msg bot astart (chan owner) makes the auditorium starts /msg bot aend (chan owner) makes the auditorium stops /msg bot alist (chan op) the bot list the question to the ops /msg bot adel n (chan op) the bot delete the question with id "n" /msg bot aread (chan op) the bot reads the next question to the channel
Wywiad - log do html (interview.tcl)
ON THE PARTY LINE:
.inthelp [command] gives help.
IN THE CHANNEL:
.int <interviewee> this sets both the interviewer (with the handle/nick of the person who typed the command) and the interviewee (with the nick specified). .name <name> sets the interviewee's name. .date <date> sets the date. .int start starts the interview. NOTE: you will get an error if the interviewer, interviewee, name, or date have not been specified. .int stop stops the interview. .int pause pauses the interview. .int resume resumes a paused interview. .getint sends you the interview via dcc (if enabled).
ON THE PARTY LINE OR IN THE CHANNEL:
.intfile sets the FILENAME of the output file. NOTE: this CANNOT include the directory .intdir sets the DIRECTORY of the output file. NOTE: this CANNOT include the filename.