mcabber/mcabberrc.example
changeset 1167 9726c78a91f3
parent 1166 c4da23bf8958
child 1188 ef40688d87bd
equal deleted inserted replaced
1166:c4da23bf8958 1167:9726c78a91f3
   102 #       will not create it.
   102 #       will not create it.
   103 # Note: these options, except 'max_history_age' and 'max_history_blocks',
   103 # Note: these options, except 'max_history_age' and 'max_history_blocks',
   104 # are used at startup time.
   104 # are used at startup time.
   105 #set logging = 1
   105 #set logging = 1
   106 #set load_logs = 1
   106 #set load_logs = 1
   107 #set logging_dir = /home/mikael/.mcabber/histo/
   107 #set logging_dir = ~/.mcabber/histo/
   108 #set logging_ignore_status = 1
   108 #set logging_ignore_status = 1
   109 
   109 
   110 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0)
   110 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0)
   111 #set log_muc_conf = 1
   111 #set log_muc_conf = 1
   112 # Set load_muc_logs to 1 to read MUC chatrooms logs (default = 0).  These
   112 # Set load_muc_logs to 1 to read MUC chatrooms logs (default = 0).  These
   151 #   $events_command MSG IN jabber@id [file] (when receiving a message)
   151 #   $events_command MSG IN jabber@id [file] (when receiving a message)
   152 #   $events_command MSG OUT jabber@id       (when sending a message)
   152 #   $events_command MSG OUT jabber@id       (when sending a message)
   153 #   $events_command MSG MUC room_id [file]  (when receiving a MUC message)
   153 #   $events_command MSG MUC room_id [file]  (when receiving a MUC message)
   154 #   $events_command STATUS X jabber@id      (new buddy status is X)
   154 #   $events_command STATUS X jabber@id      (new buddy status is X)
   155 # See sample script in contrib/ directory.
   155 # See sample script in contrib/ directory.
   156 #set events_command = /home/mikael/.mcabber/eventcmd
   156 #set events_command = ~/.mcabber/eventcmd
   157 #
   157 #
   158 #set events_ignore_active_window = 0
   158 #set events_ignore_active_window = 0
   159 #
   159 #
   160 #set event_log_files = 0
   160 #set event_log_files = 0
   161 #set event_log_dir = /home/mikael/.mcabber/event_files
   161 #set event_log_dir = ~/.mcabber/event_files
   162 
   162 
   163 # External command status check
   163 # External command status check
   164 # You can request mcabber to inspect exit status value after each
   164 # You can request mcabber to inspect exit status value after each
   165 # events_command.  If this option is set, mcabber will beep if the
   165 # events_command.  If this option is set, mcabber will beep if the
   166 # exit value is 2.
   166 # exit value is 2.
   171 # There are currently 2 traceloglog levels:
   171 # There are currently 2 traceloglog levels:
   172 #  lvl 1: most events of the log window are written to the file
   172 #  lvl 1: most events of the log window are written to the file
   173 #  lvl 2: debug logging (XML, etc.)
   173 #  lvl 2: debug logging (XML, etc.)
   174 # Default is level 0, no trace logging
   174 # Default is level 0, no trace logging
   175 #set tracelog_level = 1
   175 #set tracelog_level = 1
   176 #set tracelog_file = /home/mikael/mcabber.log
   176 #set tracelog_file = ~/.mcabber/mcabber.log
   177 
   177 
   178 # Set the auto-away timeout, in seconds.  If set to a value >0,
   178 # Set the auto-away timeout, in seconds.  If set to a value >0,
   179 # mcabber will change your status to away if no real activity is detected
   179 # mcabber will change your status to away if no real activity is detected
   180 # (command, message, move in the buddylist...).  Note: auto-away only changes
   180 # (command, message, move in the buddylist...).  Note: auto-away only changes
   181 # the status when it is "available" (online) or "free_for_chat".
   181 # the status when it is "available" (online) or "free_for_chat".