Update cc/hug

This commit is contained in:
Nova Cat 2024-11-15 21:15:49 -08:00
parent bdf101ec92
commit 6bea7bdfb1

2
cc/hug
View file

@ -1,4 +1,4 @@
from random import choice from random import choice
from sys import argv from sys import argv
lene = len(sys.argv) lene = len(argv)
print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}") print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}")