about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-15 02:48:21 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-15 02:48:21 -0400
commit1e58a1db4dec643015bef14280e56e622197abf3 (patch)
treee63ad52b61b7cf5cfa5c5aa9314a63593874a65a
parentefa48313639e8c2f8454d008d2f1a040bca2d76a (diff)
downloadgoofbot-1e58a1db4dec643015bef14280e56e622197abf3.tar.gz
todo comment re: ping/pong
-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)
 	//}