AddJournalIgnore
Ignore incoming messages, which equals or Contains “Str” param.
NB: Not actual for connected clients.
Str :
procedure AddJournalIgnore(Str : String);
DWS\Pascal Script Example:
begin
//Init here
// Ignore some messages for journal flood prevention
AddJournalIgnore( 'for mercenary points' );
AddJournalIgnore( 'pour the completed potion into a bottle' );
AddJournalIgnore( 'toss the failed mixture from the mortar' );
AddJournalIgnore( ' в ярмарочной лотерее!' );
end;
def AddJournalIgnore(Str)