Skip to content

Instantly share code, notes, and snippets.

@kyleterry
Created August 4, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyleterry/542cfd11e371e23d81a94725dc2c58c8 to your computer and use it in GitHub Desktop.
Save kyleterry/542cfd11e371e23d81a94725dc2c58c8 to your computer and use it in GitHub Desktop.
tenyks_1 |
tenyks_1 | _ _
tenyks_1 | | | | |
tenyks_1 | | |_ ___ _ __ _ _| | _____
tenyks_1 | | __/ _ \ '_ \| | | | |/ / __|
tenyks_1 | | || __/ | | | |_| | <\__ \ The IRC bot for hackers.
tenyks_1 | \__\___|_| |_|\__, |_|\_\___/
tenyks_1 | __/ |
tenyks_1 | |___/
tenyks_1 |
tenyks_1 | Version: 0.10.0
tenyks_1 |
tenyks_1 | 2018-08-04T17:40:05Z [info] [service] sender is now listening addr=tcp://*:61123
tenyks_1 | 2018-08-04T17:40:05Z [info] [service] receiver is now listening addr=tcp://*:61124
tenyks_1 | 2018-08-04T17:40:05Z [info] [service] starting engine
tenyks_1 | 2018-08-04T17:40:05Z [info] [irc] connecting to network connection=freenode
tenyks_1 | 2018-08-04T17:40:05Z [info] [irc] connected successfully connection=freenode
tenyks_1 | 2018-08-04T17:40:05Z [info] [irc] bootstrapping connection connection=freenode
tenyks_1 | 2018-08-04T17:40:06Z [info] [irc] nick is in use connection=freenode nick=tenyks
tenyks_1 | 2018-08-04T17:40:06Z [info] [irc] nick is in use connection=freenode nick=JennyBreath
tenyks_1 | 2018-08-04T17:40:06Z [error] [irc] all nicks in use connection=freenode
tenyks_1 | 2018-08-04T17:40:06Z [error] [irc] error reading data error=read tcp 172.18.0.8:36998->71.11.84.232:6697: use of closed network connection
tenyks_1 | 2018-08-04T17:40:35Z [error] [irc] connection failed; retrying connection=freenode waiting=1s
tenyks_1 | 2018-08-04T17:40:36Z [info] [irc] bootstrapping connection connection=freenode
tenyks_1 | panic: runtime error: index out of range
tenyks_1 |
tenyks_1 | goroutine 55 [running]:
tenyks_1 | panic(0x74cd20, 0xc42000c0a0)
tenyks_1 | /usr/local/go/src/runtime/panic.go:500 +0x1a1
tenyks_1 | github.com/kyleterry/tenyks/irc.(*Connection).BootstrapHandler(0xc420174000, 0x0)
tenyks_1 | /go/src/github.com/kyleterry/tenyks/irc/handlers.go:85 +0x4b2
tenyks_1 | github.com/kyleterry/tenyks/irc.(*Connection).AddHandler.func1(0xc420431c80, 0x2, 0x2)
tenyks_1 | /go/src/github.com/kyleterry/tenyks/irc/handlers.go:43 +0x6f
tenyks_1 | created by github.com/kyleterry/tenyks/irc.dispatch
tenyks_1 | /go/src/github.com/kyleterry/tenyks/irc/reactor.go:47 +0x373
tenyks_1 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment