diff doc/examples/irccd.conf.sample @ 465:b5478ee3d37a

Irccd: fix identity.ctcp-version option, closes #690
author David Demelier <markand@malikania.fr>
date Tue, 22 Aug 2017 16:56:41 +0200
parents 08a041011599
children 48c313b10053
line wrap: on
line diff
--- a/doc/examples/irccd.conf.sample	Tue Aug 22 16:38:05 2017 +0200
+++ b/doc/examples/irccd.conf.sample	Tue Aug 22 16:56:41 2017 +0200
@@ -18,13 +18,9 @@
 #    Load plugins by name or by paths.
 #
 # [plugins]
-# abc =                         # This will search for abc
+# abc = ""                      # This will search for abc
 # ask = /tmp/ask.js             # This use /tmp/ask.js to load the plugin
 
-[plugins]
-history = ""
-ask = ""
-
 # Section identities:
 #    This describe identities, you can add any number you want they are used with servers so you can reuse an
 #    identity for one or more servers if you want.
@@ -35,7 +31,6 @@
 # username = "bar"              # (string) the realname (Optional, default: IRC Client daemon),
 # realname = "Jean"             # (string) the username name (Optional, default: irccd),
 # ctcp-version = "irccd"        # (string) what version to respond to CTCP VERSION (Optional, default: IRC Client Daemon),
-# ctcp-autoreply = true         # (bool) enable auto CTCP VERSION reply, (Optional, default: true).
 
 [identity]
 name = "default"