kunt

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

commit 43af7c024ddfcf37ea8e194282a4ac867f1e4ce8
parent 5e77daa409d2820e42325133fe30deec931b2cb4
Author: sin <sin@2f30.org>
Date:   Thu,  9 May 2013 17:05:50 +0100

add comment for Login()

Diffstat:
Msrc/irc/irc.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/irc/irc.go b/src/irc/irc.go @@ -192,6 +192,7 @@ func (i *Context) Connect() error { return nil } +// Login to server func (i *Context) Login() { if i.network.pass != "" { i.Pass()