Skip to content

Commit

Permalink
Configuration moved from the bot to its own class; extended the bot t…
Browse files Browse the repository at this point in the history
…o support multiple instances active at once
  • Loading branch information
kewinrausch committed Aug 18, 2024
1 parent 62bb00f commit 1f1a375
Show file tree
Hide file tree
Showing 11 changed files with 2,659 additions and 2,156 deletions.
6 changes: 6 additions & 0 deletions conf/mod_ahbot.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
# Enable/Disable tracing for the sold items
# Default 0 (disabled)
#
# AuctionHouseBot.TRACE_BUYER
# Enable/Disable tracing for the bought items
# Default 0 (disabled)
#
# AuctionHouseBot.EnableSeller
# Enable/Disable the part of AHBot that puts items up for auction
# Default 0 (disabled)
Expand Down Expand Up @@ -86,6 +90,8 @@ AuctionHouseBot.DEBUG_FILTERS = 0
AuctionHouseBot.DEBUG_BUYER = 0
AuctionHouseBot.DEBUG_SELLER = 0
AuctionHouseBot.TRACE_SELLER = 0
AuctionHouseBot.TRACE_BUYER = 0

AuctionHouseBot.EnableSeller = 0
AuctionHouseBot.EnableBuyer = 0
AuctionHouseBot.UseBuyPriceForSeller = 0
Expand Down
Loading

0 comments on commit 1f1a375

Please sign in to comment.