Updated znccreate.py

Added attribution.
This commit is contained in:
deepend-tildeclub
2021-12-28 17:21:12 -07:00
committed by GitHub
parent 50cf815c48
commit 9099204927

View File

@@ -1,4 +1,6 @@
#!/usr/bin/python3.8 #!/usr/bin/python3.8
# Script created/contributed by ~jmjl
import socket, ssl, json, time, sys import socket, ssl, json, time, sys
# Takes the first argument as a username and the second as the password. # Takes the first argument as a username and the second as the password.
def loadconf(cfgfile): def loadconf(cfgfile):