Next: , Previous: interconnbro, Up: Predefined Variables


6.1.20 irc.bro

IRC::log_file: file
Where to log IRC sessions.

hot_words

List of regular expressions that generate notices if found in session dialog.

ignore_in_other_msgs: set[string]

Commands to ignore in generating events for unknown commands.

ignore_in_other_responses: set[string]

Return codes to ignore in generating events for unknown return codes.

These variables contain information about the users and channels identified by Bro:

irc_users: table[string] of irc_user
All identified IRC users, indexed by IRC nick.

irc_channels: table[string] of irc_channel

All identified IRC channels, indexed by IRC channel name.