ClearChatUserIgnore
Clears the list of ignored user names for incoming chat messages (the list populated by AddChatUserIgnore).
After calling this method, messages from all previously ignored users will appear in the journal again.
Очищает список игнорируемых имён пользователей для входящих сообщений чата (список, заполненный через AddChatUserIgnore).
После вызова этого метода сообщения от всех ранее игнорируемых пользователей снова будут появляться в журнале.
procedure ClearChatUserIgnore;
def ClearChatUserIgnore() -> None: ...
begin
ClearChatUserIgnore;
AddToSystemJournal('Chat ignore list cleared');
end.
ClearChatUserIgnore()
AddToSystemJournal('Chat ignore list cleared')