mirror of
https://github.com/tildeclub/makeuser.git
synced 2026-03-03 10:00:18 +00:00
Update znc-config.json path
This commit is contained in:
committed by
GitHub
parent
9149107387
commit
2c021605a6
@@ -8,7 +8,7 @@ def loadconf(cfgfile):
|
|||||||
def send(msg):
|
def send(msg):
|
||||||
s.send(f"{msg}\n".encode('utf-8'))
|
s.send(f"{msg}\n".encode('utf-8'))
|
||||||
|
|
||||||
cfg = loadconf("znc-config.json")
|
cfg = loadconf("/root/.znc-conf/znc-config.json")
|
||||||
|
|
||||||
readbuffer=""
|
readbuffer=""
|
||||||
s = socket.socket()
|
s = socket.socket()
|
||||||
|
|||||||
Reference in New Issue
Block a user