* Added config to not display presence changes in history for chats.
* Added checkbutton to hide system messages in groupchats.
Chat.tcl:
# Shall we display presence changes in history?
set ::config(chat,hist-presence) 0
All xml is saved to history file since I want to be complete.
GroupChat.tcl:
There is now a checkbutton (toggle) with an "M" for no good reason, that toggles all system messages, or at least the presence changes in display.
* Added config to not display presence changes in history for chats.
* Added checkbutton to hide system messages in groupchats.
Chat.tcl: chat,hist- presence) 0
# Shall we display presence changes in history?
set ::config(
All xml is saved to history file since I want to be complete.
GroupChat.tcl:
There is now a checkbutton (toggle) with an "M" for no good reason, that toggles all system messages, or at least the presence changes in display.