Add cc/hug
This commit is contained in:
parent
c74ee6dadf
commit
bdf101ec92
1 changed files with 4 additions and 0 deletions
4
cc/hug
Normal file
4
cc/hug
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
from random import choice
|
||||||
|
from sys import argv
|
||||||
|
lene = len(sys.argv)
|
||||||
|
print("\x01ACTION gives a hug to {argv[1] if len > 3 else argv[3:]}")
|
Loading…
Reference in a new issue