diff --git a/cc/hug b/cc/hug new file mode 100644 index 0000000..f0dc17a --- /dev/null +++ b/cc/hug @@ -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:]}") \ No newline at end of file