Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. ====== Using the 6697 Port number to connect to irc.altcoinweb.com ========
  2. BOT Config
  3. --
  4. connection:
  5. host: irc.altcoinweb.com
  6. port: 6697
  7. secure: false
  8. debug: true
  9. login:
  10. nickname: sm00th0perat0r
  11. username: sm00th0perat0r
  12. realname: JBS Bot
  13. nickserv_password: 'mycorrectpassword'
  14. channels:
  15. - '#jbstest'
  16. log:
  17. file: tipbot.log
  18.  
  19.  
  20. root@dev:~/node-tip-bot# nodejs bin/tipbot.js
  21. info: Connecting to coind...
  22. info: Connecting to the server...
  23. info: Connected to JSON RPC API. Current total balance is 0.73477742 JBS
  24. 24 Oct 13:29:50 - SEND: NICK sm00th0perat0r
  25. 24 Oct 13:29:50 - SEND: USER sm00th0perat0r 8 * :JBS Bot
  26. 24 Oct 13:29:50 - Connection got "close" event
  27. 24 Oct 13:29:50 - Disconnected: reconnecting
  28. 24 Oct 13:29:50 - Waiting 2000ms before retrying
  29. 24 Oct 13:29:54 - SEND: NICK sm00th0perat0r
  30. 24 Oct 13:29:54 - SEND: USER sm00th0perat0r 8 * :JBS Bot
  31. 24 Oct 13:29:55 - Connection got "close" event
  32. 24 Oct 13:29:55 - Disconnected: reconnecting
  33. 24 Oct 13:29:55 - Waiting 2000ms before retrying
  34.  
  35. root@dev:~/node-tip-bot# tail -n 100 tipbot.log
  36. {"level":"info","message":" Connecting to the server...","timestamp":"2014-10-16T02:15:15.084Z"}
  37. {"level":"info","message":" Connected to JSON RPC API. Current total balance is 0.73477742 JBS","timestamp":"2014-10-16T02:15:15.118Z"}
  38. {"level":"info","message":" Connecting to coind...","timestamp":"2014-10-24T18:29:47.733Z"}
  39. {"level":"info","message":" Connecting to the server...","timestamp":"2014-10-24T18:29:47.748Z"}
  40. {"level":"info","message":" Connected to JSON RPC API. Current total balance is 0.73477742 JBS","timestamp":"2014-10-24T18:29:47.917Z"}
  41.  
  42.  
  43.  
  44. ====== When I change the Port numbers to standard irc ports of 6667 ==========
  45. BOT Config
  46. --
  47. connection:
  48. host: irc.altcoinweb.com
  49. port: 6667
  50. secure: false
  51. debug: true
  52. login:
  53. nickname: sm00th0perat0r
  54. username: sm00th0perat0r
  55. realname: JBS Bot
  56. nickserv_password: 'mycorrectpassword'
  57. channels:
  58. - '#jbstest'
  59. log:
  60. file: tipbot.log
  61.  
  62.  
  63. root@dev:~/node-tip-bot# nodejs bin/tipbot.js
  64. info: Connecting to coind...
  65. info: Connecting to the server...
  66. info: Connected to JSON RPC API. Current total balance is 0.73477742 JBS
  67. 24 Oct 13:39:20 - SEND: NICK sm00th0perat0r
  68. 24 Oct 13:39:20 - SEND: USER sm00th0perat0r 8 * :JBS Bot
  69. 24 Oct 13:39:21 - SEND: PONG 7FB4B4EE
  70. info: Connected to irc.altcoinweb.com.
  71. 24 Oct 13:39:21 - SEND: PRIVMSG NickServ :IDENTIFY l0ckd0wn
  72. 24 Oct 13:39:21 - MODE: sm00th0perat0r sets mode: +iwx
  73. info: NickServ: This nickname is registered and protected. If it is your
  74. 24 Oct 13:39:21 - GOT NOTICE from "NickServ": "This nickname is registered and protected. If it is your"
  75. info: NickServ: nick, type /msg NickServ IDENTIFY password. Otherwise,
  76. 24 Oct 13:39:21 - GOT NOTICE from "NickServ": "nick, type /msg NickServ IDENTIFY password. Otherwise,"
  77. info: NickServ: please choose a different nick.
  78. 24 Oct 13:39:21 - GOT NOTICE from "NickServ": "please choose a different nick."
  79. info: NickServ: If you do not change within one minute, I will change your nick.
  80. 24 Oct 13:39:21 - GOT NOTICE from "NickServ": "If you do not change within one minute, I will change your nick."
  81. info: NickServ: Password accepted - you are now recognized.
  82. 24 Oct 13:39:21 - GOT NOTICE from "NickServ": "Password accepted - you are now recognized."
  83.  
  84. root@dev:~/node-tip-bot# tail -n 100 tipbot.log
  85. {"level":"info","message":" Connected to JSON RPC API. Current total balance is 0.73477742 JBS","timestamp":"2014-10-24T18:32:43.580Z"}
  86. {"level":"info","message":" Connected to irc.altcoinweb.com.","timestamp":"2014-10-24T18:32:47.672Z"}
  87. {"level":"info","message":" NickServ: Your nick isn't registered.","timestamp":"2014-10-24T18:32:47.953Z"}
  88. {"level":"info","message":" Connecting to coind...","timestamp":"2014-10-24T18:39:20.128Z"}
  89. {"level":"info","message":" Connecting to the server...","timestamp":"2014-10-24T18:39:20.145Z"}
  90. {"level":"info","message":" Connected to JSON RPC API. Current total balance is 0.73477742 JBS","timestamp":"2014-10-24T18:39:20.219Z"}
  91. {"level":"info","message":" Connected to irc.altcoinweb.com.","timestamp":"2014-10-24T18:39:21.639Z"}
  92. {"level":"info","message":" NickServ: This nickname is registered and protected. If it is your","timestamp":"2014-10-24T18:39:21.756Z"}
  93. {"level":"info","message":" NickServ: nick, type \u0002/msg NickServ IDENTIFY \u001fpassword\u001f\u0002. Otherwise,","timestamp":"2014-10-24T18:39:21.758Z"}
  94. {"level":"info","message":" NickServ: please choose a different nick.","timestamp":"2014-10-24T18:39:21.759Z"}
  95. {"level":"info","message":" NickServ: If you do not change within one minute, I will change your nick.","timestamp":"2014-10-24T18:39:21.759Z"}
  96. {"level":"info","message":" NickServ: Password accepted - you are now recognized.","timestamp":"2014-10-24T18:39:21.906Z"}
  97.  
  98.  
  99. This is when I am in the same test channel as the bot but it doesn't appeared to have join the #jbstest channel.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement