Sample configuration |
||
# # Sample EnergyMech configuration file # # Lines starting with '#' are comments. # (you knew that, rite?) # # Basic stuff. Nick, make one up that suits you! Nick MECH # The file we use to store the userlist. # This name is case sensitive... Usersfile mech.usr # All commands begin with this char... CmdChar - # Register on IRC with this username Username ident # Display this in the "Real Name" field IrcName HAVE you Tried The Ultimate IRC CLIENT? # Modes for the bot Modes +i-ws # If you have a virtual host that you want the mech # to use, uncomment and edit this line... #virtual virtual.hosts.com # Some undernet servers to connect to... You can use # servernames aswell, but putting the resolved IP's # here instead of hostnames speeds up connects. # Server 198.203.196.142 7700 # Okc.OK.US Server 207.110.0.52 4400 # Sandiego.CA.US Server 204.127.145.17 6661 # NewBrunswick.NJ.US Server 205.236.175.139 6661 # Toronto.ON.CA Server 199.60.229.16 6661 # Vancouver.BC.CA Server 152.163.208.15 6667 # Washington.DC.US Server 198.245.24.80 6661 # Los-Angeles.CA.US Server 199.171.28.24 6661 # Las-Vegas.NV.US Server 207.114.0.144 6661 # Baltimore.MD.US Server 195.86.72.8 6663 # Leiden.nl.EU Server 208.145.192.1 6661 # Dallas.TX.US Server 194.119.232.3 4400 # Antwerpen.BE.EU Server 194.143.8.106 6665 # Oslo-R.NO.EU # Toggles, global ones too! Check -report once the bot is # up and running! # Tog CC 1 # We want the bot to require command char. # Its possible to have to bot working without, # but that could cause some confusion... Tog CLOAK 1 # Ignore CTCP's from non-users? Yes. Tog SPY 1 # Tell who is executing what in the partyline. Set OPMODES 6 # How many modes in a line? 6 on undernet... Set BANMODES 6 # How many bans in a line? 6 on undernet... # Basic channel setup... # Channel #mech # Channel name. Tog PUB 1 # Allow public commands? Yes. Tog MASS 1 # Mass-mode/kick/ban checks... Tog SHIT 1 # Activate the shitlist for this channel... Tog PROT 1 # Activate protection of users Tog ENFM 1 # Enforce channel modes. Set ENFM +nt # This channel should always have modes +tn Set MDL 3 # How many -o before killing the guy? Set MKL 3 # How many kicks? Set MBL 3 # And how many Bans? Set MPL 1 # What to do with massmoders? # 0 = nothing, # 1 = kick the bastard, # 2 = kickban 'em, # 3 = kickban & SHIT them. Channel #zt # And one more channel... Tog PUB 1 Tog MASS 1 Tog SHIT 1 Tog PROT 1 Tog ENFM 1 Set ENFM +mnt # Moderated! Set MDL 3 Set MKL 3 Set MBL 3 Set MPL 2 # We're really nice to lamers here... Channel #anychannel Tog PUB 1 Tog MASS 1 Tog SHIT 1 Tog PROT 1 Tog ENFM 1 Set ENFM +nt Set MDL 3 Set MKL 3 Set MBL 3 Set MPL 1 |
||
Go back |
||
|