[SithNet-Patches] [CVS] Module gnuworld-sithnet: Change committed
Brought to you by:
darthsidious_
From: Tim I. <dar...@us...> - 2003-10-24 20:36:38
|
Committer : Tim Ireland <dar...@us...> CVSROOT : /cvsroot/sithnet-dev Module : gnuworld-sithnet Commit time: 2003-10-24 20:34:05 UTC Modified files: bin/GNUWorld.example.conf.in Added files: bin/uworld.example.conf.in Log message: Added Uworld Module configuration files ---------------------- diff included ---------------------- Index: gnuworld-sithnet/bin/GNUWorld.example.conf.in diff -u gnuworld-sithnet/bin/GNUWorld.example.conf.in:1.1.1.1 gnuworld-sithnet/bin/GNUWorld.example.conf.in:1.2 --- gnuworld-sithnet/bin/GNUWorld.example.conf.in:1.1.1.1 Sun Oct 19 10:43:33 2003 +++ gnuworld-sithnet/bin/GNUWorld.example.conf.in Fri Oct 24 13:33:55 2003 @@ -1,19 +1,19 @@ -# $Id: GNUWorld.example.conf.in,v 1.1.1.1 2003/10/19 17:43:33 darthsidious_ Exp $ +# $Id: GNUWorld.example.conf.in,v 1.2 2003/10/24 20:33:55 darthsidious_ Exp $ # GNUWorld Core Configuration File # uplink = 192.168.181.111 port = 4400 password = 54321 -name = services.undernet.org -description = UnderNet Services +name = services.sithnet.org +description = SithNet Services numeric = 51 # Set this variable to yes if you want the server to attempt # to auto_reconnect when a connection is terminated, set # to no otherwise. # Be careful using this. -auto_reconnect = yes +auto_reconnect = no # There is currently a bug in ircu which causes the first client # of a multiclient server to be lost, but only if maxclients is set @@ -23,7 +23,7 @@ # This is the variable which defines the host suffix to be concatenated # onto the user's account name for host hiding. -hidden_host_suffix = .users.undernet.org +hidden_host_suffix = .users.sithnet.org # command_map is the name of the file which contains the mappings # from module filenames (of server command handlers) to the @@ -45,6 +45,7 @@ #module = libgnutest.la gnutest.example.conf #module = libclientExample.la clientExample.example.conf #module = libdronescan.la dronescan.example.conf +#module = libuworld.la = uworld.example.conf ################################################# # It is safe to leave the rest of this file alone Index: gnuworld-sithnet/bin/uworld.example.conf.in diff -u /dev/null gnuworld-sithnet/bin/uworld.example.conf.in:1.1 --- /dev/null Fri Oct 24 13:34:05 2003 +++ gnuworld-sithnet/bin/uworld.example.conf.in Fri Oct 24 13:33:55 2003 @@ -0,0 +1,41 @@ +# cyclebot Configuration File. +# +# sql_host = Hostname/IP of the PostGreSQL server. + +sql_host = 127.0.0.1 +sql_port = 5432 + +# sql_db = Name of the database. + +sql_db = uworld + +# sql_user is the username to pass to PostGreSQL on connection. +# Useful if your account name is not the same as your Database +# username. + +sql_user = gnuworld +sql_pass = '' + +# General 'Bot' options. + +username = UWorld +nickname = Uworld +hostname = SithNet.org +userdescription = GNUWorld Alternative Operator Services +mode = +iodk + +# output channel +msg_channel = #UWorld.Console + +# Expired_Interval +Expired_interval = 60 + +# dbinterval +dbinterval = 60 + +# maximum number of logs held in the memory +maxLogs = 30 + +# length of the autoglines +aglLength = 300 + ----------------------- End of diff ----------------------- |