1
0
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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):