commit 98615d5ae2149ab1e85db415ac0d4f4c49b945be parent c3776b04f4c255fea239a85c63f1051840a84fb2 Author: sin <sin@2f30.org> Date: Thu, 2 May 2013 15:10:40 +0100 update irc Diffstat:
M | src/irc/irc.go | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/irc/irc.go b/src/irc/irc.go @@ -157,7 +157,6 @@ func (i *IrcContext) read(buf []byte) (int, error) { func (i *IrcContext) rxLoop() error { for { var buf [512]byte - n, err := i.read(buf[0:]) if err != nil { return err