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.save_irc(link)[source]

Save IRC address.

The function will save IRC address to the file as defined in PATH.

Parameters:

link (Link) – Link object representing the IRC address.

Return type:

None

darc.proxy.irc.PATH = '{PATH_MISC}/irc.txt'

Path to the data storage of IRC addresses.

darc.proxy.irc.LOCK: multiprocessing.Lock | threading.Lock | contextlib.nullcontext

I/O lock for saving IRC addresses PATH.