# Example module configuration file for Services. After making the # appropriate changes to this file, place it in the Services data directory # (as specified in the "configure" script, default /usr/local/lib/services) # under the name "modules.conf". ########################################################################### # # Protocol module settings # ########################################################################### # Enter the protocol name here, then uncomment the appropriate directives. Module protocol/(insert protocol name here) # NetworkDomain domain [RECOMMENDED] # Protocols: bahamut, dalnet, dreamforge, monkey, ptlink, rfc1459, # trircd, ts8, undernet-p9 # # Specifies the common domain, if any, shared by all servers on # your IRC network; this is required for global notices to function # properly. Make sure you do not include a "." before the domain # name. If you do not specify this, some or all users may not # receive global notices. #NetworkDomain "example.net" # CSSetChannelTime [OPTIONAL] # Protocols: bahamut, monkey, trircd, unreal # # When enabled, causes Services to set the "creation time" (the # time at which the first user joined the channel) of a registered # channel to the time at which the channel was registered. This # can help prevent spurious mode changes and "op hacking" when a # split server reconnects to the network. When using Unreal, # however, the first user to join the channel when it is empty gets # set -o and +o in quick succession due to limitations of the IRC # server; if this bothers you, do not enable this option. Also, some # servers (such as Bahamut) generate server notices each time a # channel's timestamp is changed, which can be safely ignored. #CSSetChannelTime # ServerNumeric [RECOMMENDED] # Protocols: unreal # # Makes Services send a numeric to the remote server on connect. # This must be a value between 1 and 254, and must not be in use by # any other IRC server on the network. If you do not want to use a # numeric for Services, comment the directive out. #ServerNumeric 1 # SetServerTimes [