Guest User

Untitled

a guest
Jan 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. # $Id: GNUWorld.example.conf.in,v 1.15 2006/12/22 06:41:41 kewlio Exp $
  2. # GNUWorld Core Configuration File
  3. #
  4.  
  5. uplink = 204.188.198.135
  6. port = 4400
  7. password = **REMOVED**
  8. name = services.tamilhub.org
  9. description = Tamilhub Services
  10. numeric = 51
  11.  
  12. # Set this variable to yes if you want the server to attempt
  13. # to auto_reconnect when a connection is terminated, set
  14. # to no otherwise.
  15. # Be careful using this.
  16. auto_reconnect = yes
  17.  
  18. # There is currently a bug in ircu which causes the first client
  19. # of a multiclient server to be lost, but only if maxclients is set
  20. # to an even number.
  21. # Therefore, only use odd numbers for maxclients here.
  22. maxclients = 1023
  23.  
  24. # This is the variable which defines the host suffix to be concatenated
  25. # onto the user's account name for host hiding.
  26. hidden_host_suffix = .tamilhub.org
  27.  
  28. # command_map is the name of the file which contains the mappings
  29. # from module filenames (of server command handlers) to the
  30. # message name to which it is associated.
  31. # You probably will not need to ever change this.
  32. command_map = server_command_map
  33.  
  34. # libdir is the path to the directory containing
  35. # the gnuworld modules
  36. libdir = ../lib
  37.  
  38. # To use a certain module, uncomment it below.
  39. module = libcservice.la cservice.conf
  40. module = libccontrol.la ccontrol.conf
  41. #module = libchanfix.la openchanfix.example.conf
  42. #module = libcloner.la cloner.example.conf
  43. #module = libnickserv.la nickserv.example.conf
  44. #module = libstats.la stats.example.conf
  45. #module = libscanner.la scanner.example.conf
  46. #module = libgnutest.la gnutest.example.conf
  47. #module = libclientExample.la clientExample.example.conf
  48. #module = libdronescan.la dronescan.example.conf
  49. #module = libsnoop.la snoop.example.conf
  50.  
  51. # Control nicknames
  52. # List here the nicknames to which you want the server to respond
  53. # for control commands.
  54. # You need not list any, it could be construed as a security
  55. # risk, but adds very nice functionality.
  56. # No clients are burst for control, instead control commands
  57. # must be sent via MSG controlnick@server.name <command>
  58. controlnick = control
  59.  
  60. # List the AC account usernames for those users you want to
  61. # have access to the control commands.
  62. # Be careful who you choose for this.
  63. # AC account usernames are case sensitive.
  64. allowcontrol = John
  65.  
  66. #################################################
  67. # It is safe to leave the rest of this file alone
  68. # These variables are for fine tuning
  69.  
  70. # The time between checks for expired glines (seconds)
  71. glineUpdateInterval = 15
  72.  
  73. # The time between pings to the uplink (seconds)
  74. pingUpdateInterval = 60
Add Comment
Please, Sign In to add comment