Skip to content

Commit be252d8

Browse files
committed
Formatting and whitespace cleanup
1 parent c0f86a8 commit be252d8

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

plugins/penis.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
from cloudbot import hook
44

55
balls = ['(_)_)', '8', 'B', '(___)__)', '(_)(_)', '(@)@)', '3']
6-
shaft = ['=', '==', '===', '====', '=====', '========', '/////////////////////////', '|||||||||||||', '\u2248\u2248\u2248']
6+
shaft = [
7+
'=', '==', '===', '====', '=====', '========',
8+
'/////////////////////////', '|||||||||||||',
9+
'\u2248\u2248\u2248'
10+
]
711
head = ['D', 'Q', '>', '|\u2283' '\u22d1', '\u22d9', '\u22d7']
812
emission = ['~ ~ ~ ~', '~ * ~ &', '', '*~* *~* %']
913
bodypart = ['face', 'glasses', 'thigh', 'tummy', 'back', 'hiney', 'hair', 'boobs', 'tongue']
@@ -16,4 +20,7 @@ def penis(text, message):
1620
message("{}{}{}".format(random.choice(balls), random.choice(shaft), random.choice(head)))
1721
else:
1822
person = text.split(' ')[0]
19-
message("{}{}{}{} all over {}'s {}".format(random.choice(balls), random.choice(shaft), random.choice(head),random.choice(emission), person, random.choice(bodypart)))
23+
message("{}{}{}{} all over {}'s {}".format(
24+
random.choice(balls), random.choice(shaft), random.choice(head),
25+
random.choice(emission), person, random.choice(bodypart))
26+
)

0 commit comments

Comments
 (0)