blob: f979ad904495e4de98438a2eb28a4c4ab127e6e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.
|