URLM_LIST [-delete] [] Alternate command name: UL (Each command has a short, easy-to-type, but cryptic alternate name. If you don't like cryptic command names, "/set urlm_short_cmds off" will disable the short names). List URLs captured from channel and privmsg text. With no , lists the last 10 URLs. With -delete, lists and deletes listed URLS (the is required with -delete). If is given, it may be: List URL #number only (example: /urlm_list 10) []-[] List URLs from #start to #end (example: /urlm_list 20-30) if start omitted, beginning of list assumed. if end omitted, end of list assumed. "/urlm_list 10-" list from #10 to the end of the list, "/urlm_list -" lists all URLs (same as "/urlm_list all"), "/urlm_list -10" lists from start-of-list to #10). all Lists all URLs. "/urlm_list all" is the same as "urlm_list -". List URLs posted by user . <#channel> or <&channel> List URLs posted in (example: /urlm_list #irssi). List URLs matching (example: /urlm_list /google.com). Any may be preceded with ! to invert its sense. Examples: /urlm_list !/yahoo.com - List all URLs not matching yahoo.com /urlm_list !bob - List all URLs not posted by nick "bob" /urlm_list !#badchannel - List all URLs not posted in #badchannel Note: , <#channel>, are all treated as case- insensitive regular expressions. and <#channel> matches are anchored at the start and end of the match (as though they were prefixed with "^" and followed by "$"). matches are not anchored. Warning: BE CAREFUL with the -delete option! There is no confirmation, and only one level of undo. It is recommended that you first run /urlm_list without the -delete option to be sure which items the -delete will affect. If you've just deleted some URLs and want to restore them, run /urlm_undo_delete