conf.py.example 343 B

12345678910
  1. nick = 'feyris-nyannyan'
  2. passwd = ''
  3. server = '127.0.0.1'
  4. port = int(6667)
  5. channel = '#Taverne'
  6. quitMsg = 'Sayonara-nyan !'
  7. welcomeMsg = 'Ohayo-nyan !'
  8. source = 'My sourcecode is under CC-BY-SA and available at the following address: https://github.com/lanodan/scripts/tree/master/IRCBot'
  9. NickServ = 'NickServ'