Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. /ircsnapshot$ ./ircsnapshot.py -n test -c zerocool -o out 154.35.175.201 6667
  2. [2014-07-31 21:41:23,090] Logger initiated
  3. [2014-07-31 21:41:23,090] {"real": "UojEHsiNNI", "nick": "test", "config": {"proxyport": 9050, "real": "UojEHsiNNI", "listDelay": null, "ssl": false, "throttleLevel": 1.0, "user": "VSvuVwbBuk", "pass": null, "server": "154.35.175.201", "outputdir": "out", "channelstocheck": ["zerocool"], "proxyhost": null, "port": "6667", "nick": "test"}, "user": "VSvuVwbBuk"}
  4. [2014-07-31 21:41:23,128] USER VSvuVwbBuk 127.0.0.1 154.35.175.201 :UojEHsiNNI
  5. [2014-07-31 21:41:23,129] NICK test
  6. [2014-07-31 21:41:23,189] An error occurred while connected to the IRC server
  7. [2014-07-31 21:41:23,189] Still going to write out the results
  8. [2014-07-31 21:41:23,189] <type 'exceptions.Exception'>
  9. [2014-07-31 21:41:23,189] Does not appear to be an IRC server
  10. [2014-07-31 21:41:23,190] [' File "./ircsnapshot.py", line 637, in <module>\n bot.start()\n', ' File "./ircsnapshot.py", line 204, in start\n self.bot.start()\n', ' File "./ircsnapshot.py", line 520, in start\n self.main()\n', ' File "./ircsnapshot.py", line 534, in main\n raise Exception("Does not appear to be an IRC server")\n']
  11. [2014-07-31 21:41:25,040] finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement