Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # cyberjedi Configuration Routine
  2.  
  3.  
  4. # The following section handles basic IRC functionality
  5. [IRC]
  6. nickname = cyberjedi #The nickname the bot will use on IRC
  7. altnick = cyberjedi #If the nickname is used, will use this one. ? = Random Number
  8. email = cyberjedi@localhost
  9. realname = cyberjedi
  10.  
  11. # If regainnick is enabled, the bot will automatically take it's nick back when available.
  12. regainnick = no
  13.  
  14. # The following are the servers that the bot will connect to
  15. #addserver localhost:6667
  16. #addserver desktop:6667
  17. addserver irc.freenode.net:6667
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #addserver 23.235.227.200:80 <<<----- This is where i tried to connect to you guys, but with out any protocals,well u get it
  25.  
  26.  
  27.  
  28.  
  29.  
  30. goservers #If you don't put this in, the bot won't use the servers it's added
  31.  
  32.  
  33. Disregard all below daryl. For something else
  34.  
  35. ***********************************************
  36. [Channels]
  37. Disreguard all below daryl. For something else
  38.  
  39. [Ident]
  40. identport = #cyberjedi
  41. userid = cyberjedi Jr
  42. system = Win
  43.  
  44. [Partyline]
  45. // Notes on security levels:
  46. // Level 0 = Any user can access the partyline
  47. // Level 1 = Any user registered with the bot has access
  48. // Level 2 = Any operator on the bot has access
  49. // Level 3 = Any botmaster on the bot has access
  50. // Level 4 = Only registered IPs can connect, then login to the bot
  51. // Level 5 = External connections to the bot are denied
  52. // Level 6 = No partyline access
  53. // Level 7 = Turn off your computer, you paranoid freak!
  54. securitylevel = 2
  55. partylineport = 4500
  56. motd = partyline.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement