comparison mcabber/mcabberrc.example @ 1974:acbebd68c7f0

Modularize url_regex
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Mar 2011 20:06:34 +0100
parents b596bcff758e
children 3bcc57751283
comparison
equal deleted inserted replaced
1973:9fe1c0a54e73 1974:acbebd68c7f0
267 #set fifo_hide_commands = 0 267 #set fifo_hide_commands = 0
268 #set fifo_ignore = 0 268 #set fifo_ignore = 0
269 # 269 #
270 #module load fifo 270 #module load fifo
271 271
272 # URL extractor
273 # Set 'url_regex' to a regular expression matching urls. If it matches an
274 # url in an incoming messages, it'll print it to the log window.
275 # Don't forget to load the urlregex module if you plan to use this feature!
276 #set url_regex = "(((https?|ftps?|nntp)://)|www[.][-a-z0-9.]+|(mailto:|news:))(%[0-9A-F]{2}|[-_.!~*';/?:@&=+$,#[:alnum:]])+"
277 #
278 #module load urlregex
279
280
272 # Traces logging 281 # Traces logging
273 # If you want advanced traces, please specify a file and a level here. 282 # If you want advanced traces, please specify a file and a level here.
274 # There are currently 4 tracelog levels: 283 # There are currently 4 tracelog levels:
275 # lvl 1: most events of the log window are written to the file 284 # lvl 1: most events of the log window are written to the file
276 # lvl 2: Loudmouth verbose logging 285 # lvl 2: Loudmouth verbose logging
455 # log window (default: 0, no) 464 # log window (default: 0, no)
456 #set log_display_sender = 0 465 #set log_display_sender = 0
457 # 466 #
458 # Set 'info' to anything you'd like to see in your lower status line. 467 # Set 'info' to anything you'd like to see in your lower status line.
459 #set info = woot 468 #set info = woot
460 #
461 # Set 'url_regex' to a regular expression matching urls. If it matches an
462 # url in an incoming messages, it'll print it to the log window.
463 #set url_regex = "(((https?|ftps?|nntp)://)|www[.][-a-z0-9.]+|(mailto:|news:))(%[0-9A-F]{2}|[-_.!~*';/?:@&=+$,#[:alnum:]])+"
464 469
465 # Contacts PGP information 470 # Contacts PGP information
466 # You can provide a PGP key to be used for a given Jabber user, or 471 # You can provide a PGP key to be used for a given Jabber user, or
467 # disable PGP on a per-account basis. 472 # disable PGP on a per-account basis.
468 # If you provide a KeyId for a contact, it will be compared to the key the 473 # If you provide a KeyId for a contact, it will be compared to the key the