Skip to content

Commit f919aff

Browse files
authored
Fixed capitalisation and "hack*"
1 parent aac6a6a commit f919aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
@willie.module.example('.sha', 'sha')
77
def spacestate(bot, trigger):
88
"""Gives you a random SHA2021 slogan suggestion"""
9-
txt = "for v in s h a; do w=$(grep \"^$v\" /usr/share/dict/cracklib-small | shuf -n1); echo -n \"${w^^${w:0:1}} \"; done ; echo 2021"
9+
txt = "for v in s hack a; do w=$(grep \"^$v\" /usr/share/dict/cracklib-small | shuf -n1); echo -n \"${w^${v:0:1}} \"; done ; echo 2021"
1010
bot.say(os.popen(txt).read())
1111

0 commit comments

Comments
 (0)