/[tcldrop]/tcldrop/tcldrop.conf
ViewVC logotype

Diff of /tcldrop/tcldrop.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by fireegl, Tue May 27 14:45:55 2003 UTC revision 1.5 by fireegl, Wed Nov 19 01:46:37 2003 UTC
# Line 7  Line 7 
7  #  #
8  # The pound signs (#) that you see at the beginning of some lines mean that  # The pound signs (#) that you see at the beginning of some lines mean that
9  # the remainder of that line is a comment, or just for your information.  # the remainder of that line is a comment, or just for your information.
10  # By adding or deleting pound signs, you can comment or uncomment a setting,  # You can comment or uncomment a setting by adding or deleting pound signs.
 # respectively.  
11    
12  # Note that currently Tcldrop doesn't know  # Note that currently Tcldrop doesn't know
13  # what to do with MOST of these settings.  # what to do with MOST of these settings.
# Line 165  set quiet-save 0 Line 164  set quiet-save 0
164  # files do. The console channel is automatically set to your "primary" channel,  # files do. The console channel is automatically set to your "primary" channel,
165  # which is set in the modules section of the config file. Masters can change  # which is set in the modules section of the config file. Masters can change
166  # their console channel and modes with the '.console' command.  # their console channel and modes with the '.console' command.
167    # Tcldrop supports this.
168  set console "mkcobxs"  set console "mkcobxs"
169    
170    
# Line 176  set userfile "LamestBot.user" Line 175  set userfile "LamestBot.user"
175    
176  # Specify here the filename Eggdrop will save its pid to. If no pidfile is  # Specify here the filename Eggdrop will save its pid to. If no pidfile is
177  # specified, pid.(botnet-nick) will be used.  # specified, pid.(botnet-nick) will be used.
178  #set pidfile "pid.LamestBot"  # Tcldrop supports this.
179    set pidfile "pid.LamestBot"
180    
181  # If you want your userfile to be sorted upon saving, enable this setting.  # If you want your userfile to be sorted upon saving, enable this setting.
182  # This causes the bot to use bit more CPU when saving the usefile.  # This causes the bot to use bit more CPU when saving the usefile.
# Line 225  set userfile-perm 0600 Line 225  set userfile-perm 0600
225  # If you want to use a different nickname on the botnet than you use on  # If you want to use a different nickname on the botnet than you use on
226  # IRC (i.e. if you're on an un-trusted botnet), un-comment the next line  # IRC (i.e. if you're on an un-trusted botnet), un-comment the next line
227  # and set it to the nick you would like to use.  # and set it to the nick you would like to use.
228    # Tcldrop supports this.
229  #set botnet-nick "LlamaBot"  #set botnet-nick "LlamaBot"
230    
231  # This opens a telnet port by which you and other bots can interact with the  # This opens a telnet port by which you and other bots can interact with the
# Line 249  set userfile-perm 0600 Line 250  set userfile-perm 0600
250  #  #
251  # You need to un-comment this line and change the port number in order to open  # You need to un-comment this line and change the port number in order to open
252  # the listen port. You should not keep this set to 3333.  # the listen port. You should not keep this set to 3333.
253  # Tcldrop only supports users.  # Tcldrop supports this.
254  listen 6666 all  listen 6666 all
255    
256  # This setting defines whether or not people can boot users on the Eggdrop  # This setting defines whether or not people can boot users on the Eggdrop
# Line 277  set dcc-sanitycheck 0 Line 278  set dcc-sanitycheck 0
278    
279  # This settings defines a time in seconds that the bot should wait before  # This settings defines a time in seconds that the bot should wait before
280  # a dcc chat, telnet, or relay connection times out.  # a dcc chat, telnet, or relay connection times out.
281    # Tcldrop supports this.
282  set ident-timeout 5  set ident-timeout 5
283    
284  # Define here whether or not a +o user still needs the +p flag to dcc the bot.  # Define here whether or not a +o user still needs the +p flag to dcc the bot.
# Line 285  set require-p 0 Line 287  set require-p 0
287  # If you want people allow to telnet in and type 'NEW' to become a new user,  # If you want people allow to telnet in and type 'NEW' to become a new user,
288  # set this to 1. This is similar to the 'hello' msg command. The protect-telnet  # set this to 1. This is similar to the 'hello' msg command. The protect-telnet
289  # setting must be set to 0 to use this.  # setting must be set to 0 to use this.
290    # This is partially supported by Tcldrop.
291  set open-telnets 0  set open-telnets 0
292    
293  # If you don't want Eggdrop to identify itself as an eggdrop on a telnet  # If you don't want Eggdrop to identify itself as an eggdrop on a telnet
# Line 357  set notify-newusers "$owner" Line 360  set notify-newusers "$owner"
360    
361  # Enter the flags that all new users should get by default. See '.help whois'  # Enter the flags that all new users should get by default. See '.help whois'
362  # on the partyline for a list of flags and their descriptions.  # on the partyline for a list of flags and their descriptions.
363    # Tcldrop supports this.
364  set default-flags "hp"  set default-flags "hp"
365    
366  # Enter all user-defined fields that should be displayed in a '.whois'.  # Enter all user-defined fields that should be displayed in a '.whois'.
# Line 375  set die-on-sigterm 1 Line 379  set die-on-sigterm 1
379    
380  # Comment these two lines if you wish to enable the .tcl and .set commands.  # Comment these two lines if you wish to enable the .tcl and .set commands.
381  # If you select your owners wisely, you should be okay enabling these.  # If you select your owners wisely, you should be okay enabling these.
382  unbind dcc n tcl *dcc:tcl  # unbind dcc n tcl *dcc:tcl
383  unbind dcc n set *dcc:set  # unbind dcc n set *dcc:set
384    
385  # If you enable this setting, only permanent owners (owner setting) will be  # If you enable this setting, only permanent owners (owner setting) will be
386  # able to use .tcl and .set. Moreover, if you want only let permanent owners  # able to use .tcl and .set. Moreover, if you want only let permanent owners
# Line 386  set must-be-owner 1 Line 390  set must-be-owner 1
390  # Comment out this line to add the 'simul' partyline command (owners can  # Comment out this line to add the 'simul' partyline command (owners can
391  # manipulate other people on the party line). Please select owners wisely  # manipulate other people on the party line). Please select owners wisely
392  # and use this command ethically!  # and use this command ethically!
393  unbind dcc n simul *dcc:simul  # unbind dcc n simul *dcc:simul
394    
395  # Set here the maximum number of dcc connections you will allow. You can  # Set here the maximum number of dcc connections you will allow. You can
396  # increase this later, but never decrease it.  # increase this later, but never decrease it.
# Line 412  set dupwait-timeout 5 Line 416  set dupwait-timeout 5
416  # If you run the bot from the compilation directory, you will want to set  # If you run the bot from the compilation directory, you will want to set
417  # this to "". If you use 'make install' (like all good kiddies do ;), this  # this to "". If you use 'make install' (like all good kiddies do ;), this
418  # is a fine default. Otherwise, use your head :)  # is a fine default. Otherwise, use your head :)
419    # Tcldrop supports this setting.
420  set mod-path "modules/"  set mod-path "modules/"
421    
422    
# Line 428  set mod-path "modules/" Line 433  set mod-path "modules/"
433  # This module provides channel related support for the bot. Without it,  # This module provides channel related support for the bot. Without it,
434  # you won't be able to make the bot join a channel or save channel  # you won't be able to make the bot join a channel or save channel
435  # specific userfile information.  # specific userfile information.
436    # Tcldrop provides a channels module.
437  loadmodule channels  loadmodule channels
438    
439  # Enter here the filename where dynamic channel settings are stored.  # Enter here the filename where dynamic channel settings are stored.
440    # Tcldrop supports this.
441  set chanfile "LamestBot.chan"  set chanfile "LamestBot.chan"
442    
443  # Set this setting to 1 if you want your bot to expire bans/exempts/invites set  # Set this setting to 1 if you want your bot to expire bans/exempts/invites set
# Line 757  set global-chanset { Line 764  set global-chanset {
764  # This module provides the core server support. You have to load this  # This module provides the core server support. You have to load this
765  # if you want your bot to come on IRC. Not loading this is equivalent  # if you want your bot to come on IRC. Not loading this is equivalent
766  # to the old NO_IRC define.  # to the old NO_IRC define.
767    # Tcldrop provides a server module.
768  loadmodule server  loadmodule server
769    
770  # What is your network?  # What is your network?
# Line 944  set ctcp-mode 0 Line 952  set ctcp-mode 0
952  # This module provides basic IRC support for your bot. You have to  # This module provides basic IRC support for your bot. You have to
953  # load this if you want your bot to come on IRC. The server and channels  # load this if you want your bot to come on IRC. The server and channels
954  # modules must be loaded for this module to function.  # modules must be loaded for this module to function.
955    # Tcldrop provides an irc module.
956  loadmodule irc  loadmodule irc
957    
958  # Set this to 1 if you want to bounce all server bans.  # Set this to 1 if you want to bounce all server bans.
# Line 1164  set xfer-timeout 30 Line 1173  set xfer-timeout 30
1173  set share-compressed 1  set share-compressed 1
1174    
1175  # This is the default compression level used.  # This is the default compression level used.
1176  #set compress-level 9  set compress-level 9
1177    
1178    
1179  #### FILESYSTEM MODULE ####  #### FILESYSTEM MODULE ####
# Line 1238  set notify-onjoin 1 Line 1247  set notify-onjoin 1
1247    
1248  # This module provides storage of console settings when you exit the  # This module provides storage of console settings when you exit the
1249  # bot or type .store on the partyline.  # bot or type .store on the partyline.
1250    # Tcldrop provides a console module.
1251  loadmodule console  loadmodule console
1252    
1253  # Save users console settings automatically? Otherwise, they have  # Save users console settings automatically? Otherwise, they have
# Line 1276  set info-party 0 Line 1286  set info-party 0
1286  # Please note that when you change your encryption method later (i.e.  # Please note that when you change your encryption method later (i.e.
1287  # using other modules like a md5 module), you can't use your current  # using other modules like a md5 module), you can't use your current
1288  # userfile anymore. Eggdrop will not start without an encryption module.  # userfile anymore. Eggdrop will not start without an encryption module.
1289  #loadmodule blowfish  loadmodule blowfish
1290    
1291    
1292  #### ASSOC MODULE ####  #### ASSOC MODULE ####

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26