kunt

golang IRC bot
git clone git://git.2f30.org/kunt
Log | Files | Refs | LICENSE

commit f427e998952b257d479e9227c98bffcda78b02a7
parent bdfd4fdcfac81d7cb61082a00cc58d84525443c9
Author: dsp <dsp@2f30.org>
Date:   Wed, 30 Apr 2014 16:22:57 +0100

importing a sample configuration file

Diffstat:
Asrc/kunt/2f30config | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/kunt/2f30config b/src/kunt/2f30config @@ -0,0 +1,9 @@ +{ + "NetworkName":"freenode", + "Nick":"kuntdevel", + "User":"z0mg", + "RealName":"kunt", + "Serv":"chat.freenode.net", + "Port":"7000", + "Ssl":true +}