Advertisement
Guest User

Untitled

a guest
Jan 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # cfg.py
  2. HOST = "irc.chat.twitch.tv" # the Twitch IRC server
  3. PORT = 6667 # always use port 6667!
  4. NICK = "2100patzerbot"
  5. PASS = "oauth:3sfinl63ybk08y0jwg8ymbg3s0wcgm"
  6. CHAN = "#chesscoachnet" # the channel you want to join
  7.  
  8.  
  9. trustedList = ['chesscoachnet', 'keylogan_', 'jaychess730']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement