From da24b85ccd19c6c8d74a13e1f165c7ea5431e35e Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 12 Sep 2016 20:03:29 -0700 Subject: [PATCH] example-conf: more consistent default nick for Automode --- example-conf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index 231711b..91b786e 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -478,9 +478,9 @@ relay: allow_clientbot_pms: false games: - # Sets the nick of the Games service, if you're using it. + # 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. - nick: ModeBot + # Sets the nick of the Automode service, if you're using it. This defaults to "automode" if not defined. + nick: Automode