From c58c4d4a9c4395aab2ff05df8a8c399b8abd3d6c Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 2 Jul 2016 22:18:10 -0700 Subject: [PATCH] example-conf: capitalize our nick by default --- example-conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-conf.yml b/example-conf.yml index ae9401e..62f05e8 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -6,7 +6,7 @@ bot: # Sets nick, user/ident, and real name. - nick: pylink + nick: PyLink ident: pylink realname: PyLink Service Client