From a0ed43bf641130d85693deee5803d53f8942d19e Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 18 Feb 2017 12:40:16 -0800 Subject: [PATCH] example-conf: describe how some options are common to all service bots --- example-conf.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index 605a7cb..d738085 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -561,19 +561,24 @@ relay: # #clientbot_modesync: none -games: - # Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined. - nick: Games - automode: - # Sets the nick of the Automode service, if you're using it. This defaults to "automode" if not defined. + # The following options in this block are common to all plugins that spawn service bots (games, + # automode, etc.): + + # Sets the nick of the Automode service, if you're using it. If not defined, this defaults to + # the service name ("automode" in this case). nick: Automode + #ident: Automode # For each service, you can also specify what prefix modes you want the service bot to join channels with. # Setting this to op (+o) for Automode makes it appear more like a standard IRC service, and lessens # the risk of mode overrides being dropped. joinmodes: 'o' +games: + # Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined. + nick: Games + stats: # Determines the time format that the Stats plugin should use for showing dates + times. # Defaults to "%a, %d %b %Y %H:%M:%S +0000" (the RFC 2812 standard) if not specified.