Page MenuHomePhabricator

ircecho should accept input via unix sockets
Open, LowPublic

Description

Right now files write to it, then it uses pyinotify to read it. This can be massively simplified if it just uses a unix socket instead. Logs can be kept as logs separately.