This commit is contained in:
GandC Snow 2021-10-25 10:37:20 +03:00
parent 481dc97789
commit 04875c6615

View File

@ -1,6 +1,6 @@
## ##
##/dev/udp/ip/port##
from irc import client
from irc import client, connection
from socket import socket, AF_INET, SOCK_DGRAM
from configparser import ConfigParser
from os import chdir, path