From a2c99fa0c38395b341dec0555215aa3b8b4509b4 Mon Sep 17 00:00:00 2001 From: f0o Date: Mon, 12 Oct 2015 22:37:34 +0000 Subject: [PATCH] Added docs about passworded channels --- doc/Extensions/IRC-Bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/IRC-Bot.md b/doc/Extensions/IRC-Bot.md index 7410869f1..fcb51e583 100644 --- a/doc/Extensions/IRC-Bot.md +++ b/doc/Extensions/IRC-Bot.md @@ -25,7 +25,7 @@ Option | Default-Value | Notes `$config['irc_alert_chan']` | `false` | Optional; Multiple channels can be defined as Array or delimited with `,`. `EXPERIMENTAL` `$config['irc_alert_utf8']` | `false` | Optional; Enables use of strikethrough in alerts via UTF-8 encoded characters. Might cause trouble for some clients. `$config['irc_authtime']` | `3` | Optional; Defines how long in Hours an auth-session is valid. -`$config['irc_chan']` | `##librenms` | Optional; Multiple channels can be defined as Array or delimited with `,` +`$config['irc_chan']` | `##librenms` | Optional; Multiple channels can be defined as Array or delimited with `,`. Passwords are defined after a `space-character`. `$config['irc_debug']` | `false` | Optional; Enables debug output (Wall of text) `$config['irc_external']` | | Optional; Array or `,` delimited string with commands to include from `includes/ircbot/*.inc.php` `$config['irc_host']` | | Required; Domain or IP to connect. If it's an IPv6 Address, embed it in `[]`. (Example: `[::1]`)