Quizz/en: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „Quizz or also called MoxQuizz is a German quizzscript from the manufacturer Moxxon.<br/> Source: [http://moxquizz.de/ http://moxquizz.de/] “) |
(Die Seite wurde neu angelegt: „ “) |
||
Zeile 22: | Zeile 22: | ||
Here are a few commands that are sent to the bot via /msg to ask user questions or do other things. | Here are a few commands that are sent to the bot via /msg to ask user questions or do other things. | ||
'''!userquest <question>::<answer>::<regexp>'''<br/> <br/> Asks a user question. Enter at least one question<br/> and answer. Optional regexp is a TCL regexp to match. "::" separates the elements. You can also enclose a range in the answer with #...# to mark text for guess generation and answer matching. Your can then use '''!usertip''','''!usersolve''' and '''!usercancel'''.<br/> Example: '''!userquest Who is my author?::moxon''' | |||
'''!userquest <question>::<answer>::<regexp>'''<br/> <br/> | |||
'''!usertip <tip>''' | '''!usertip <tip>''' | ||
Instantly places a tip while in your userquest. Without a <tip>, a standard tip is output. The <tip> is added to the list of generated tips<br/> and also saved. | |||
'''!usercancel''' | '''!usercancel''' | ||
Cancel a specific user question or the question in the previous. | |||
'''!usersolve''' | '''!usersolve''' | ||
Solves your user question | |||
| | ||
Version vom 7. Februar 2023, 16:08 Uhr
Quizz or also called MoxQuizz is a German quizzscript from the manufacturer Moxxon.
Source: http://moxquizz.de/
This quizzscript has some commands that I will list and explain here.
Here you have to answer questions to get into the Allstars table or simply to expand your knowledge.
The game is played in the #Quizz room
Commands:
- !allstars <n> - shows you the first n positions in the current allstars table. If omitted, n defaults to 10.
- !ask - starts the quiz after it is paused/initialized or /msgs the user with the actual question if a question is open.
- !connent <txt> - comment errors, typos and anything else you want to report. If you refer to a question, be sure to include its number!
- !rank <nick> - shows you the first n positions in the current ranking. If omitted, n defaults to 10.
- !score <nick> - Displays your score or <nick>'s score in the Allstars table.
- !revolt - can be used to indicate that a user dislikes a question. The script accepts revolts after at least one tip is given and automatically resolves if more than 50 percent of the people who said something within the last 'useractivetime' seconds (default 4 minutes) revolt.
- !qhelp - Displays the help.
- !rules - The rules in the #Quizz
- !version - The version of the script
Here are a few commands that are sent to the bot via /msg to ask user questions or do other things.
!userquest <question>::<answer>::<regexp>
Asks a user question. Enter at least one question
and answer. Optional regexp is a TCL regexp to match. "::" separates the elements. You can also enclose a range in the answer with #...# to mark text for guess generation and answer matching. Your can then use !usertip,!usersolve and !usercancel.
Example: !userquest Who is my author?::moxon
!usertip <tip>
Instantly places a tip while in your userquest. Without a <tip>, a standard tip is output. The <tip> is added to the list of generated tips
and also saved.
!usercancel
Cancel a specific user question or the question in the previous.
!usersolve
Solves your user question