#! /path/to/executable/eggdrop # ^- This should contain a fully qualified path to your Eggdrop executable. # # $Id: eggdrop.conf,v 1.47 2005-08-29 03:51:36 wcc Exp $ # # This is a sample Eggdrop 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. # # Arguments for a command or setting may be inclosed in <>'s or []'s in the # example/description. Arguments in <>'s are required, while [] means optional. # # More detailed descriptions of all these settings can be found in # doc/settings/. ########################### #set bottag "00" #set nick "\[$bottag\]Quantum" #set altnick "\[0$bottag\]Quantum" #set bnick "Quantum$bottag" set nick "Trinity" set altnick "TrinityBot" set bnick "Trinity" set realname "Trinity" #listen 85$bottag all listen 8500 all set net-type 5 set servers { tripwire.uk.eu.SwiftIRC.net irc.swiftirc.net } set network "swiftirc" set my-ip6 "2001:470:e103:4:0000:0000:0000:8" ############################ set userfile "user/${bnick}.user" set pidfile "pid.${bnick}" set chanfile "user/${bnick}.chan" set notefile "user/${bnick}.notes" ############################ source eggall.conf ############################ source scripts/freshmint.tcl source scripts/fsck.tcl