Update cc/hug
This commit is contained in:
parent
bdf101ec92
commit
6bea7bdfb1
1 changed files with 1 additions and 1 deletions
2
cc/hug
2
cc/hug
|
@ -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:]}")
|
Loading…
Reference in a new issue