Advertisement
Hazardous544

kIRC gamesurge Auto

Nov 2nd, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. First I registered account on their website. Then logged in on their website they sent an email to rest pass. Joined the channel with the web login and addop.
  2. I did this so when the bot Auths chanserv will @OP it. (this is one way to see if it auths or not)
  3. After trying all the other ways I posted above this is the way that worked. I also moved Perform below </ccommands> and above <Debug>
  4. I don't know if having it at the bottom made a difference but it worked for me.
  5.  
  6. Each time I closed and then reopened kIRC-debug.txt to see what was being said. After making changes.
  7. I also watched the irc channel just to make sure it auths.
  8. I kept reload kirc in game with the command: /rocket reload kirc
  9.  
  10. Added and changed to the following:
  11.  
  12. </ccommands>
  13. <Perform>PRIVMSG AuthServ@Services.GameSurge.net :RESETPASS <AccountName> <Pass></Perform>
  14. <Debug>true</Debug>
  15.  
  16. In game:
  17. /rocket reload kirc
  18. Waited for email. Then entered Cookie.
  19. Opened kIRC-debug.txt Looked for AuthServ@Services.GameSurge.net responce at the bottom
  20. Closed kIRC-debug.txt
  21.  
  22. Changed the to the following:
  23.  
  24. </ccommands>
  25. <Perform>PRIVMSG AuthServ@Services.GameSurge.net :COOKIE <AccountName> <COOKIE></Perform>
  26. <Debug>true</Debug>
  27.  
  28. In game
  29. /rocket reload kirc
  30. Opened kIRC-debug.txt Looked for AuthServ@Services.GameSurge.net responce at the bottom
  31. Closed kIRC-debug.txt
  32.  
  33. Changed to the following:
  34.  
  35. </ccommands>
  36. <Perform>PRIVMSG AuthServ@Services.GameSurge.net :authcookie <AccountName> <COOKIE></Perform>
  37. <Debug>true</Debug>
  38.  
  39. In game
  40. /rocket reload kirc.
  41. Opened kIRC-debug.txt Looked for AuthServ@Services.GameSurge.net responce at the bottom
  42. Closed kIRC-debug.txt
  43. Looked at mIRC saw chanserv @OP Bot
  44.  
  45. Time to auth as it works.
  46.  
  47. Changed to the following:
  48.  
  49. </ccommands>
  50. <Perform>PRIVMSG AuthServ@Services.GameSurge.net :auth <AccountName> <Pass></Perform>
  51. <Debug>true</Debug>
  52.  
  53. In game
  54. /rocket reload kirc
  55. Looked at mIRC saw chanserv @OP Bot
  56.  
  57. Changed to the following:
  58.  
  59. </ccommands>
  60. <Perform>PRIVMSG AuthServ@Services.GameSurge.net :auth <AccountName> <Pass></Perform>
  61. <Debug>false</Debug>
  62.  
  63. In game
  64. /rocket reload kirc
  65. Looked at mIRC saw chanserv @OP Bot
  66.  
  67. Closed everything that I did not need open.
  68.  
  69. I made this so that anyone else can follow if they are on gamesurge.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement