From 4ef0f5708e20509e427c706acedff6a22bf0faaa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 12 Aug 2015 04:30:10 -0400 Subject: initial commit --- help/urlm_log_file | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 help/urlm_log_file (limited to 'help/urlm_log_file') diff --git a/help/urlm_log_file b/help/urlm_log_file new file mode 100644 index 0000000..3a1201d --- /dev/null +++ b/help/urlm_log_file @@ -0,0 +1,16 @@ + +Setting: URLM_LOG_FILE (default: ~/.irssi/urllog) [*] + +This is where URLs are stored. The file is updated immediately after +each URL is captured, and after any URL(s) are deleted. urlmanager +uses file locking (via flock()), so it's safe to run multiple instances +of irssi with the script loaded. + +The log file need not exist when the script is first loaded; it will +be created as soon as the first URL is captured. The directory for the +log file must already exist, though. Tilde expansion (~ meaning home +directory) is supported. + +When this setting is changed, the in-memory URL log is cleared and +repopulated from the new file. + -- cgit v1.2.3