Skip to content

Instantly share code, notes, and snippets.

@MLLeKander
Created August 5, 2015 15:07
Show Gist options
  • Save MLLeKander/96b85345082c49a4b489 to your computer and use it in GitHub Desktop.
Save MLLeKander/96b85345082c49a4b489 to your computer and use it in GitHub Desktop.
Automaton log
2015-06-20 16:32:30,638 - automaton2000 - DEBUG - irc.freenode.net > PING :sendak.freenode.net
2015-06-20 16:32:30,639 - automaton2000 - DEBUG - irc.freenode.net < PONG :sendak.freenode.net
2015-06-20 16:32:45,656 - automaton2000 - DEBUG - irc.freenode.net > :Automaton2000!~Automaton@192.241.181.122 QUIT :Ping timeout: 767 seconds
2015-06-20 16:32:45,656 - automaton2000 - DEBUG - Bot quitting
2015-06-20 16:32:45,656 - automaton2000 - DEBUG - irc.freenode.net < QUIT :Automaton destroyed
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/home/michael/.local/lib/python2.7/site-packages/automaton2000/bot.py", line 102, in run
self.send('QUIT :Automaton destroyed')
File "/home/michael/.local/lib/python2.7/site-packages/automaton2000/bot.py", line 32, in send
self._con.send(bytes((line+'\r\n').encode('utf-8')))
error: [Errno 32] Broken pipe
2015-06-20 16:32:45,661 - automaton2000 - INFO - Master thread terminating.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment