Guest User

Untitled

a guest
Jan 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. DEBUG: Starting DB thread.
  2.  
  3. DEBUG: DB thread started.
  4.  
  5. DEBUG: Starting web thread.
  6.  
  7. DEBUG: Web thread started.
  8.  
  9. INFO: Main program loaded. Starting bots.
  10.  
  11. DEBUG:[ptp]autoBOT: passthepopcorn started
  12. INFO:[ptp]Connecting to the server: irc.passthepopcorn.me on port: 7000 SSL: True
  13. Exception in thread Thread-3:
  14. Traceback (most recent call last):
  15. File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
  16. self.run()
  17. File "/media/c0d0/home/olivier/auto/web.py", line 34, in run
  18. self.server = HTTPServer(('', int(self.port)), MyHandler)
  19. File "/usr/lib/python2.5/SocketServer.py", line 330, in __init__
  20. self.server_bind()
  21. File "/usr/lib/python2.5/BaseHTTPServer.py", line 101, in server_bind
  22. SocketServer.TCPServer.server_bind(self)
  23. File "/usr/lib/python2.5/SocketServer.py", line 341, in server_bind
  24. self.socket.bind(self.server_address)
  25. File "<string>", line 1, in bind
  26. error: (98, 'Address already in use')
  27.  
  28. INFO:[ptp]['*** Looking up your hostname...']:Auth
  29. DEBUG:[ptp](privnotice)['*** Looking up your hostname...']:Auth
  30. INFO:[ptp]['*** Found your hostname (shrew.feralhosting.com) -- cached']:Auth
  31. DEBUG:[ptp](privnotice)['*** Found your hostname (shrew.feralhosting.com) -- cached']:Auth
  32. INFO:[ptp]['Welcome to \x02PassThePopcorn\x02!']:Auth
  33. DEBUG:[ptp](privnotice)['Welcome to \x02PassThePopcorn\x02!']:Auth
  34. INFO:[ptp]Connected to irc.passthepopcorn.me.
  35. INFO:[ptp]Your bots nickname MUST be registered with nickserv, otherwise it will sit here and do nothing!
  36. DEBUG:[ptp](yourhost)['Your host is irc.passthepopcorn.me, running version InspIRCd-2.0']:KoXt
  37. DEBUG:[ptp](luserclient)['There are 81 users and 106 invisible on 2 servers']:KoXt
  38. DEBUG:[ptp](luserop)['12', 'operator(s) online']:KoXt
  39. DEBUG:[ptp](luserchannels)['22', 'channels formed']:KoXt
  40. INFO:[ptp]['*** You are connected using SSL cipher "DHE-RSA-AES-256-CBC-SHA1"']:KoXt
  41. DEBUG:[ptp](privnotice)['*** You are connected using SSL cipher "DHE-RSA-AES-256-CBC-SHA1"']:KoXt
  42. INFO:[ptp]['This nickname is registered and protected. If it is your']:KoXt
  43. DEBUG:[ptp](privnotice)['This nickname is registered and protected. If it is your']:KoXt
  44. INFO:[ptp]['nick, type \x02/msg NickServ IDENTIFY \x1fpassword\x1f\x02. Otherwise,']:KoXt
  45. DEBUG:[ptp](privnotice)['nick, type \x02/msg NickServ IDENTIFY \x1fpassword\x1f\x02. Otherwise,']:KoXt
  46. INFO:[ptp]['please choose a different nick.']:KoXt
  47. INFO:[ptp]Ident request received. Sending identify.
  48. INFO:[ptp]['Password accepted - you are now recognized.']:KoXt
  49. INFO:[ptp]You have identified with nickserv successfully.
  50. INFO:[ptp]Joining channel: #ptp-announce by logging in with Hummingbird
  51. INFO:[ptp]Joining channel: #ptp-announce
  52. INFO:[ptp]Joining channel: #ptp-announce-ssl
  53. INFO:[ptp]#ptp-announce: PTP Announce Channel
  54. INFO:[ptp]#ptp-announce-ssl: PTP Announce Channel (ssl)
Add Comment
Please, Sign In to add comment