- config #!optional SETTINGSparameter
The current vandusen instance's configuration settings. SETTINGS is an alist of setting symbols and values. By default the following settings are available:
- debug
- boolean, whether to log debug information (default: #f)
- host
- string, the irc server host to connect to
- nick
- string, the nick name to use (default: "vandusen")
- channels
- list of strings, channels to join after connecting (default: ())
- operators
- list of strings, users who are allowed to control vandusen (default: ())
- allow-query
- boolean, whether to respond to queries (default: #f)
Note that plugins may define additional settings.