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/urlmanager | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 help/urlmanager (limited to 'help/urlmanager') diff --git a/help/urlmanager b/help/urlmanager new file mode 100644 index 0000000..f979ad9 --- /dev/null +++ b/help/urlmanager @@ -0,0 +1,30 @@ + +URLMANAGER + +Commands: all urlmanager commands are prefixed with /urlm_ except the +short browser aliases (if urlm_short_cmds is enabled). To see the list +of commands, type "/help urlm". + +Settings: urlmanager's behaviour is controlled by quite a few settings. +All urlmanager settings are prefixed with "urlm_". +To see a full list of them, use "/set urlm". + +Log File: + +URLs are stored in a file (filename set with urlm_log_file), one URL +per line. + +Each line is a space-separated list: + +timestamp nick channel url + +This file may be edited (carefully) with a standard text editor, or +removed (to clear the URL list). If you edit or delete the file, reload +the script with "/run urlmanager.pl". (it's probably a +good idea to trim the file when it gets above a few hundred lines). + +Notes: +- The timestamp is expressed in seconds since the epoch. +- For a URL received in a private /msg or dcc chat, "channel" will + be the sending user. + -- cgit v1.2.3