All pastes #727155 Raw Edit

Shlorine

public text v1 · immutable
#727155 ·published 2007-10-05 20:13 UTC
rendered paste body
aBotCfg

---

  <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
  <!DOCTYPE properties (View Source for full doctype...)> 
- <properties version="1.0">
- <!--  Connection Settings 
  --> 
  <entry key="server">port80.se.quakenet.org</entry> 
  <entry key="port">6667</entry> 
  <entry key="server_password" /> 
  <entry key="ENABLE:AdminHandler">test:test</entry> 
  <entry key="ENABLE:AliasHandler" /> 
  <entry key="ENABLE:AutoIdentify">aBot:nickservPass</entry> 
  <entry key="ENABLE:ChannelLock">5 #Jakerarg #rscd</entry> 
- <!--  
    <entry key="ENABLE:MySQLLogger"></entry>
    <entry key="ENABLE:Test"></entry> 
    
  --> 
- <!--  Desired bot nickname on the server
         values: string, no spaces
         default value: "ABot"
    
  --> 
  <entry key="nick">aBot</entry> 
- <!--  Desired bot "realname" or "username", also known as ident
         values: any string, no spaces
         default value: "ABotIdent"
    
  --> 
  <entry key="ident">abot</entry> 
- <!--  Maximum number of times we can be disconnected from the server 
             before the bot shuts down
         values: 0 for unlimited tries, or any integer greater than 0
         default value: 0 (unlimited)
    
  --> 
  <entry key="max_disconnects">0</entry> 
- <!--  Number of times to attempt to re-connect to the server 
             after a disconnect, shutdown if reached, 
         values: 0 for unlimited attempts, or any integer greater than 0
         default value: 100 
    
  --> 
  <entry key="max_reconnect_attempts">100</entry> 
- <!--  Delay, in seconds, between connection attempts, 
         values: any positive integer
         default value: 30
    
  --> 
  <entry key="reconnect_delay">60</entry> 
- <!--  Full path to the plugin directory
         values: "./plugins", any valid path to the plugin directory
         default value: "./plugins"
       
  --> 
  <entry key="plugins_path">./plugins</entry> 
  </properties>