# Winters bot config file
# Lines beginning with # are ignored
# Keywords must be in ALL CAPS

# This is the account name to log in with
# You must create the account beforehand
NAME Guest

# Password for the account name
PASS blah

# Home channel and backup channels
CHAN Winters Bot Testing
#CHAN Winters Bot Testing 2
#CHAN Winters Bot Testing 3

# This is the list of servers to connect to
SERVER 216.32.73.174 209.67.136.170 209.67.136.174 207.138.34.3 209.67.136.172 exodus.battle.net

# Bot master -- remove the # from the line below and fill in your Battle.net nickname
#OWNER YourNameHere

# Log file name -- Remove the # on the line below to activate saving of all bot window text
#LOGFILE winterslog.txt

# Product bans -- remove the # from one or more lines below to ban certain products
# For best security, turn on banning of chat and diablo demo
#BANCHAT
#BANDIABLODEMO
#BANUNKNOWNPRODUCT

# Ignore guests -- remove the # on the line below to have the bot ignore guests
#IGNOREGUESTS

# Time kick -- remove the # on the line below to kick anyone who sits in the channel more than 60 minutes
#TIMEKICK 60

# Autopurge -- deletes guests who haven't been seen in the given number of days
AUTOPURGE 14

# Tagbans -- add tags to the following line.  Anyone with that tag in his/her name gets banned
TAGBAN 

# In all of the following, you can use these special conversions:
# %name -- person to whom the bot is speaking
# %chan -- the channel name
# %bot  -- the bot's name

# Away message
AWAY Channel %chan -- Best channel on Battle.net!  Whisper 'help' to me for more info.

# Greeting for first-time joiners of the channel
TGREET /m %name Welcome to channel %chan.  Whisper 'help' to me for more info.

# Greeting for guests
GUESTMSG Welcome, %name!!

# Greeting for channel regulars
REGULARMSG Hail %name!!

# Greeting for operators
OPERATORMSG All hail %name!!

# Greeting for the bot master
MASTERMSG All hail %name!!

# Have the following commands whisper back their results
WHISPERBACK help help2 help3 web members iam mail notmynick about

# Have the following commands talk back their results
TALKBACK serve

# Custom commands
# A custom command has the form:
#     COMMAND command-name {phrase1} {phrase2} ....
# Custom commands may have arguments: %0, %1, etc.
# Use %rest to indicate the rest of the command line
# For example:
COMMAND serve {/me gets a clean glass} {/me pours a refreshing %rest} {/me serves the %rest to %0, compliments of %name}

COMMAND help {To give a command, say !<command> or do /m %bot <command>} {allseen|regseen|opseen -- last 10 people|regulars|operators the bot has seen} {seen <nick> -- seen <nick> lately?} {whois <nick> -- other nicks used by <nick>} {mail <nick> <msg> -- send botmail} {master|operators|regulars|banned -- list players by status} {about -- info on Winters bots} {help2 -- more help}

COMMAND help2 {server -- server the bot is using} {who -- list everyone the bot can see} {say <text> -- talk via the bot} {iam <nick> -- set preferred nick} {notmynick <nick> -- remove unwanted nick} {tagban -- list all tagbans} {help3 -- operator commands}

COMMAND help3 {Must be operator for following commands:} {mail operators <msg> -- botmail all operators} {mail regulars <msg> -- botmail all regulars} {designate [<nick>] -- designate next gavel-holder} {kick <nick> [<reason>] -- boot someone} {ban <nick> [<reason>] -- ban someone} {unban <nick> -- unban someone} {killuser <nick> -- delete someone's nick from the bot} {meeting -- start/end a private meeting of operators}

