On configure
From Botnix
on_configure
Called for each config line which is unknown. The current network and channel context are in $network and $channel. An empty network context is indicated by a single underscore (_) and an empty channel context by an empty string.
Parameters:
- $self - Module name
- $network - Network context
- $channel - Channel context
- $confname - Name of configuration file
- $count - Line number
- $line - Actual text line from the config, leading and trailing spaces removed
This function returns a value of 0 to halt the parsing of the configuration file immediately, or a nonzero value to continue parsing. The module should not exit upon a configuration error, as this will cause the bot to bomb during rehash if the configuration file is invalid.
There are several special API calls which you may call whilst in the on_configure event. These are as follows:

