comparison mcabber/mcabberrc.example @ 2122:b41719d57dac

reimplement 'unescape_topic' option as '/room topic -u' switch
author sh!zeeg <shizeeque@gmail.com>
date Wed, 14 May 2014 10:47:56 +0400
parents 9c791e2a437a
children 300e7bf4416a
comparison
equal deleted inserted replaced
2121:9c791e2a437a 2122:b41719d57dac
495 # 495 #
496 # Displays total occupants count at the end of '/room names' list 496 # Displays total occupants count at the end of '/room names' list
497 # Values: 0: disable (default) 1: enable 497 # Values: 0: disable (default) 1: enable
498 #set show_room_occupants_count = 0 498 #set show_room_occupants_count = 0
499 # 499 #
500 # To enable C-escape sequences support in /room topic
501 # set 'unescape_topic' to 1
502 # \n - new line`
503 # \t - tab character
504 #set unescape_topic = 0
505 #
506 # Set 'log_display_sender' to 1 to display the message sender's JID in the 500 # Set 'log_display_sender' to 1 to display the message sender's JID in the
507 # log window (default: 0, no) 501 # log window (default: 0, no)
508 #set log_display_sender = 0 502 #set log_display_sender = 0
509 # 503 #
510 # Set 'info' to anything you'd like to see in your lower status line. 504 # Set 'info' to anything you'd like to see in your lower status line.