forked from oliveratgithub/q
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.py
39 lines (37 loc) · 1.59 KB
/
strings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -*- coding: utf-8 -*-
# Default message strings - DON'T change these!
question = 'TOPIC: %s - Q: %s'
waiting = "Playing alone is no fun. Let's wait for others..."
botsnack = "I'm hungry. Please feed me with !botsnack."
hint = 'HINT: %s'
hintone = 'HINT: only one character!'
rightanswer = 'the answer was: "%s"'
wishluck = 'better luck with the next question!'
correctanswer = '%s is right! congratulations, %s!'
winner = 'congratulations to %s, you\'re winner!!!'
thanks = 'ta. :-)'
score = '%d. %s: %d points'
channeltopic = 'happy quizzing. :-> target score: %d. previous winner: %s. all-time winner: %s (%d).'
invalidname = 'not on my watch, %s!'
kickmsg = 'lol.'
help_channelinfo = '%s is a quiz channel.'
help_botinfo = 'I am %s, and *I* ask the questions around here! :->'
help = [
'!score prints the current top 5 quizzers.',
'!hiscore prints the all time top 5 quizzers.',
'happy quizzing!',
'(o, and BTW, I\'m hungry, like *all* the freaking time.',
'you can feed me with !botsnack. please do. often.)'
]
unknowncmd = '... wat.'
# Message strings - customize these as you desire
question = '<%s> Q: %s'
botsnack = "Jetzt bin ich hungrig. Fütter mich mit !botsnack damit es weitergeht"
thanks = 'yummy. tanketuusig! :-)'
waiting = 'Allei isches nöd so lustig. Warte mer uf meh Spieler...'
hintone = 'Nur 1 Silbe'
rightanswer = 'Sigh. d Antwort wär gsii "%s"'
wishluck = 'loosers.'
correctanswer = 'Riiiischtisch! "%s" stimmt :) congratz %s!'
winner = '%s, lass dich huldigen - du hesch abgruumt!!!'
channeltopic = 'Do wird quizzd! >> Winner score: %d | Last Winner: %s | All-time Champ: %s (%d)'