Guest User

Untitled

a guest
Dec 24th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. ##############################################################
  2. # Navn Bot Configuration #
  3. # #
  4. # Example Configuration file for Navn IRC Channel bot #
  5. # #
  6. # File Type: ini #
  7. # There are a few ways of doing comments in this config #
  8. # 1. # (like python) You can't use # with midline comments #
  9. # 2. ; (like mIRC) #
  10. # #
  11. # Save as bot.conf and start navn with ./navn #
  12. # #
  13. # !!READ THE WHOLE CONFIG BEFORE STARTING THE BOT!! #
  14. ##############################################################
  15. [Connect]
  16. Server = northsrat.Flux-Net.net ;The server, Server to connect to (default: irc.flux-net.net)
  17. Realname = Navn Bot ;The bots Realname, this is the realname of the bot shown in the GECOS (Default: Bots version)
  18. Ident = Navn ;The bots Ident shown in the GECOS (Default: Navn)
  19. Port = 6667 ;The port used to connect to the server. (Default: 6667)
  20. PID File = navn.pid ;defines the pid file to use (Default: navn.pid)
  21.  
  22.  
  23. ##############################################################
  24. # #
  25. # Bot Configuration. #
  26. # #
  27. # These are the options for the bot when it joins the server.#
  28. ##############################################################
  29.  
  30. [Bot]
  31. Nick = Navn3 ;The bots Nickname, this is the nickname of the bot (default: Navn)
  32. Channel = #Test ;The main channel, joins this channel on startup (default: #Test)
  33. Owner = DeathBlade ;Bot Owner, used to show who manages the bot (default: Derp)
  34. Password = Test ;This is the owner password, it is used in changing owners, and much more. (default: Navn)
  35. #NickServ_Account = Navn ;NickServ account to identify (comment out or remove if you dont have one)
  36. #NickServ_Password = n00bpass ;NickServ password (comment out or remove if you dont have one)
  37.  
  38.  
  39. ##############################################################
  40. # #
  41. # Logging Configuration. #
  42. # #
  43. # These are the logging options. #
  44. ##############################################################
  45. [Log]
  46. Log_File = navn.log ;defines the log file (Default: navn.log)
  47.  
  48. ##############################################################
  49. # #
  50. # Oper Configuration. #
  51. # #
  52. # This is where the oper info goes #
  53. ##############################################################
  54. [Oper]
  55. #Oper_Username = ;Operator account username (comment out or remove if you dont have one)
  56. #Oper_Password = ;Operator Password (comment out or remove if you dont have one)
  57.  
  58. ##############################################################
  59. # #
  60. # Module Configuration. #
  61. # #
  62. # This is where the oper info goes #
  63. ##############################################################
  64. [Modules]
  65. LogChannel = #Test ;For the Channel Logger module (comment out or remove if you don't want to log)
  66. ModuleDir = modules/ ;This will load modules in any directory in the binary runtime, do not use absolute paths
  67. Modules = m_system, modulehandler, help, m_ping, m_join, testmod, searcher, m_dns, about_me, ctcp, encyclopedia, weather, world_clock, navn, channel_logger
Add Comment
Please, Sign In to add comment