You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cslbot/commands/about.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,5 @@ def cmd(send, _, args):
25
25
Syntax: {command}
26
26
27
27
"""
28
-
send("See https://github.com/%s Developed by the TJHSST CSL. Type %shelp for a list of commands."% (args['config']['api']['githubrepo'], args['config']['core']['cmdchar']))
28
+
send("See https://github.com/%s Developed by the TJHSST CSL. Type %shelp for a list of commands."%
Copy file name to clipboardExpand all lines: cslbot/commands/choose.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,6 @@ def cmd(send, msg, args):
31
31
send("Choose what?")
32
32
return
33
33
choices=msg.split(' or ')
34
-
action= ['draws a slip of paper from a hat and gets...', 'says eenie, menie, miney, moe and chooses...', 'picks a random number and gets...','rolls dice and gets...',
35
-
'asks a random person and gets...', 'plays rock, paper, scissors, lizard, spock and gets...']
34
+
action= ['draws a slip of paper from a hat and gets...', 'says eenie, menie, miney, moe and chooses...', 'picks a random number and gets...',
35
+
'rolls dice and gets...', 'asks a random person and gets...', 'plays rock, paper, scissors, lizard, spock and gets...']
msgtype= ["If we %s the %s, we can get to the %s %s through the %s %s %s!"%tuple(map(choice, words[0])), "We need to %s the %s %s %s!"%tuple(map(choice, words[1])),
47
-
"Try to %s the %s %s, maybe it will %s the %s %s!"%tuple(map(choice, words[2])), "You can't %s the %s without %s the %s %s %s!"%tuple(map(choice, words[3])),
48
-
"Use the %s %s %s, then you can %s the %s %s!"%tuple(map(choice, words[4])), "The %s %s is down, %s the %s %s so we can %s the %s %s!"%tuple(map(choice, words[5])),
49
-
"%s the %s won't do anything, we need to %s the %s %s %s!"%tuple(map(choice, words[6])), "I'll %s the %s %s %s, that should %s the %s %s!"%tuple(map(choice, words[7]))]
0 commit comments