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)¶ Save IRC address.
The function will save IRC address to the file as defined in
PATH.- Parameters
link (darc.link.Link) – Link object representing the IRC address.
-
darc.proxy.irc.PATH= '{PATH_MISC}/irc.txt'¶ Path to the data storage of IRC addresses.
See also