about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 6c1de79..a2a25ff 100644
--- a/main.go
+++ b/main.go
@@ -21,6 +21,7 @@ func main() {
 	})
 
 	//TODO: handle PING/PONG events
+	//i'm shooting in the dark with this handler
 	//client.Handlers.Add(girc.PING, func(i girc.PING, c *girc.Client)) {
 	//    c.Cmd.Pong(i)
 	//}