tcldrop-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tcldrop/CVS] tcldrop tcldrop.conf


From: Philip Moore
Subject: [Tcldrop/CVS] tcldrop tcldrop.conf
Date: Tue, 18 Nov 2003 20:46:37 -0500

CVSROOT:        /cvsroot/tcldrop
Module name:    tcldrop
Branch:         
Changes by:     Philip Moore <address@hidden>   03/11/18 20:46:37

Modified files:
        .              : tcldrop.conf 

Log message:
        Updated the comments for all the settings that Tcldrop currently 
supports.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/tcldrop.conf.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: tcldrop/tcldrop.conf
diff -u tcldrop/tcldrop.conf:1.4 tcldrop/tcldrop.conf:1.5
--- tcldrop/tcldrop.conf:1.4    Tue May 27 10:45:55 2003
+++ tcldrop/tcldrop.conf        Tue Nov 18 20:46:37 2003
@@ -1,14 +1,13 @@
 # tcldrop.conf
 #
-# $Id: tcldrop.conf,v 1.4 2003/05/27 14:45:55 fireegl Exp $
+# $Id: tcldrop.conf,v 1.5 2003/11/19 01:46:37 fireegl Exp $
 #
 # This is a sample Tcldrop configuration file which includes all possible
 # settings that can be used to configure your bot.
 #
 # The pound signs (#) that you see at the beginning of some lines mean that
 # the remainder of that line is a comment, or just for your information.
-# By adding or deleting pound signs, you can comment or uncomment a setting,
-# respectively.
+# You can comment or uncomment a setting by adding or deleting pound signs.
 
 # Note that currently Tcldrop doesn't know
 # what to do with MOST of these settings.
@@ -165,7 +164,7 @@
 # files do. The console channel is automatically set to your "primary" channel,
 # which is set in the modules section of the config file. Masters can change
 # their console channel and modes with the '.console' command.
-
+# Tcldrop supports this.
 set console "mkcobxs"
 
 
@@ -176,7 +175,8 @@
 
 # Specify here the filename Eggdrop will save its pid to. If no pidfile is
 # specified, pid.(botnet-nick) will be used.
-#set pidfile "pid.LamestBot"
+# Tcldrop supports this.
+set pidfile "pid.LamestBot"
 
 # If you want your userfile to be sorted upon saving, enable this setting.
 # This causes the bot to use bit more CPU when saving the usefile.
@@ -225,6 +225,7 @@
 # If you want to use a different nickname on the botnet than you use on
 # IRC (i.e. if you're on an un-trusted botnet), un-comment the next line
 # and set it to the nick you would like to use.
+# Tcldrop supports this.
 #set botnet-nick "LlamaBot"
 
 # This opens a telnet port by which you and other bots can interact with the
@@ -249,7 +250,7 @@
 #
 # You need to un-comment this line and change the port number in order to open
 # the listen port. You should not keep this set to 3333.
-# Tcldrop only supports users.
+# Tcldrop supports this.
 listen 6666 all
 
 # This setting defines whether or not people can boot users on the Eggdrop
@@ -277,6 +278,7 @@
 
 # This settings defines a time in seconds that the bot should wait before
 # a dcc chat, telnet, or relay connection times out.
+# Tcldrop supports this.
 set ident-timeout 5
 
 # Define here whether or not a +o user still needs the +p flag to dcc the bot.
@@ -285,6 +287,7 @@
 # If you want people allow to telnet in and type 'NEW' to become a new user,
 # set this to 1. This is similar to the 'hello' msg command. The protect-telnet
 # setting must be set to 0 to use this.
+# This is partially supported by Tcldrop.
 set open-telnets 0
 
 # If you don't want Eggdrop to identify itself as an eggdrop on a telnet
@@ -357,6 +360,7 @@
 
 # Enter the flags that all new users should get by default. See '.help whois'
 # on the partyline for a list of flags and their descriptions.
+# Tcldrop supports this.
 set default-flags "hp"
 
 # Enter all user-defined fields that should be displayed in a '.whois'.
@@ -375,8 +379,8 @@
 
 # Comment these two lines if you wish to enable the .tcl and .set commands.
 # If you select your owners wisely, you should be okay enabling these.
-unbind dcc n tcl *dcc:tcl
-unbind dcc n set *dcc:set
+# unbind dcc n tcl *dcc:tcl
+# unbind dcc n set *dcc:set
 
 # If you enable this setting, only permanent owners (owner setting) will be
 # able to use .tcl and .set. Moreover, if you want only let permanent owners
@@ -386,7 +390,7 @@
 # Comment out this line to add the 'simul' partyline command (owners can
 # manipulate other people on the party line). Please select owners wisely
 # and use this command ethically!
-unbind dcc n simul *dcc:simul
+# unbind dcc n simul *dcc:simul
 
 # Set here the maximum number of dcc connections you will allow. You can
 # increase this later, but never decrease it.
@@ -412,6 +416,7 @@
 # If you run the bot from the compilation directory, you will want to set
 # this to "". If you use 'make install' (like all good kiddies do ;), this
 # is a fine default. Otherwise, use your head :)
+# Tcldrop supports this setting.
 set mod-path "modules/"
 
 
@@ -428,9 +433,11 @@
 # This module provides channel related support for the bot. Without it,
 # you won't be able to make the bot join a channel or save channel
 # specific userfile information.
+# Tcldrop provides a channels module.
 loadmodule channels
 
 # Enter here the filename where dynamic channel settings are stored.
+# Tcldrop supports this.
 set chanfile "LamestBot.chan"
 
 # Set this setting to 1 if you want your bot to expire bans/exempts/invites set
@@ -757,6 +764,7 @@
 # This module provides the core server support. You have to load this
 # if you want your bot to come on IRC. Not loading this is equivalent
 # to the old NO_IRC define.
+# Tcldrop provides a server module.
 loadmodule server
 
 # What is your network?
@@ -944,6 +952,7 @@
 # This module provides basic IRC support for your bot. You have to
 # load this if you want your bot to come on IRC. The server and channels
 # modules must be loaded for this module to function.
+# Tcldrop provides an irc module.
 loadmodule irc
 
 # Set this to 1 if you want to bounce all server bans.
@@ -1164,7 +1173,7 @@
 set share-compressed 1
 
 # This is the default compression level used.
-#set compress-level 9
+set compress-level 9
 
 
 #### FILESYSTEM MODULE ####
@@ -1238,6 +1247,7 @@
 
 # This module provides storage of console settings when you exit the
 # bot or type .store on the partyline.
+# Tcldrop provides a console module.
 loadmodule console
 
 # Save users console settings automatically? Otherwise, they have
@@ -1276,7 +1286,7 @@
 # Please note that when you change your encryption method later (i.e.
 # using other modules like a md5 module), you can't use your current
 # userfile anymore. Eggdrop will not start without an encryption module.
-#loadmodule blowfish
+loadmodule blowfish
 
 
 #### ASSOC MODULE ####




reply via email to

[Prev in Thread] Current Thread [Next in Thread]