Config

IRC:
#The IRC nickname for your Bot#
Nick: "MinecraftBot"
#The IRC Login mask for your bot#
Login: "THS-IRC"
#Put here the nickserv login password (Important: The bot does not auto-register)#
Pass: "MyAuthPassword"
#If you want to give your Bot Oper perms, put here the Oper login/pass#
OperLogin: "Name"
OperPass: "OperPass"
#Put here the Public Channel and Admin channel name#
PublicIRC: "#publicchannel"
AdminIRC: "#adminchannel"
#If you want the bot to auto-part a channel after connect, put the channel names in here#
PartChannels:
- "#Channel1"
- "#Channel2"
#Your IRC Server informations, Server/Port#
Server: irc.example.com
Port: 6667
#Optional informations about your Community, will be displayed on /website | !website etc
MC-Domain: mc.example.com
Website: www.example.com
Teamspeak: ts.example.com
VoteSite: www.example.com/vote.php
#The Moderator list which will be displayed on !modlist. If you want to change the admin/op/half op prefix, do it in the prefix section. NOT here
Modlist:
Admin:
- none
Operator:
- none
HalfOp:
- none
Broadcast:
#The Prefix for most of the Info/Broadcast Messages. Change it to your clantag like "St0rm"
Prefix: "Minecraft"
#The Announcement Files, they will be broadcasted in a fixed time intervall
Announcement:
- "Example Broadcast 1"
- "Example Broadcast 2"
- "This bot was made by crysis992 - visit my community at www.ths-gaming.de"
#You can disable some of the Messages which will be displayed in IRC
Messages:
Weather: true
Level: true
#Enable/Disable here the Votifier Hook. It will broadcast ingame and/or in IRC a message if someone voted (Requires Votifier)
Hooks:
Votifier: false
Votifier:
BroadcastMC: false
BroadcastIRC: true
#Define here the Prefix for the Moderator list (!modlist)
Prefix:
Admin: 'Admin'
Operator: 'Operator'
HalfOp: 'HalfOp'
Extra:
#Set this to true if you want a delay upon joining the Admin channel (IMPORTANT: I used thread.sleep - IT WILL freeze your server on /reload for few seconds. Set this only to true if you have a restricted channel
DelayedAdminJoin: false
#Set this to true if you want the bot to oper up. If its on false, the bot will not attempt to oper up after joining the IRC server
UseOperLogin: false