From 9099204927ae7bd176916e87f37f9a5c3976ea65 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 28 Dec 2021 17:21:12 -0700 Subject: [PATCH] Updated znccreate.py Added attribution. --- znccreate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/znccreate.py b/znccreate.py index a1638f7..659586f 100644 --- a/znccreate.py +++ b/znccreate.py @@ -1,4 +1,6 @@ #!/usr/bin/python3.8 +# Script created/contributed by ~jmjl + import socket, ssl, json, time, sys # Takes the first argument as a username and the second as the password. def loadconf(cfgfile):