IRC Addresses¶
The darc.proxy.irc
module contains the auxiliary functions
around managing and processing the IRC addresses.
Currently, the darc
project directly save the IRC
addresses extracted to the data storage file
PATH
without further processing.
- darc.proxy.irc.PATH = '{PATH_MISC}/irc.txt'¶
Path to the data storage of IRC addresses.
See also
- darc.proxy.irc.LOCK: Union[multiprocessing.Lock, threading.Lock, contextlib.nullcontext]¶
I/O lock for saving IRC addresses
PATH
.See also