mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
updated .ahbot empty documentation
This commit is contained in:
@@ -36,7 +36,7 @@ The AuctionHouseBot module adds the following in-game commands (for GMs only):
|
||||
| Command | Description |
|
||||
|----------|--------------|
|
||||
| `.ahbot reload` | Reloads the AuctionHouseBot configuration file and updates settings. |
|
||||
| `.ahbot empty` | Removes all auctions from all auction houses. Use with caution! |
|
||||
| `.ahbot empty` | Removes all AuctionHouseBot auctions from all auction houses.<br>Player auctions are unaffected. Bids on affected items are returned to players.<br>Use with caution! |
|
||||
| `.ahbot update` | Forces the bot to refresh or repopulate auction listings immediately.<br>Note: If you have multiple minutes configured between Buy/Sell cycles, you may have to run this additional times before you see results. |
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Available GM commands:
|
||||
# .ahbot reload - Reloads AuctionHouseBot configuration
|
||||
# .ahbot empty - Clears all auctions from all auction houses
|
||||
# .ahbot empty - Clears all AuctionHouseBot auctions from all auction houses
|
||||
# .ahbot update - Forces an immediate update cycle
|
||||
###################################################################################################
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ public:
|
||||
{
|
||||
handler->PSendSysMessage("AuctionHouseBot commands:");
|
||||
handler->PSendSysMessage(" .ahbot reload - Reloads configuration");
|
||||
handler->PSendSysMessage(" .ahbot empty - Removes all auctions");
|
||||
handler->PSendSysMessage(" .ahbot empty - Removes all AuctionHouseBot auctions");
|
||||
handler->PSendSysMessage(" .ahbot update - Runs an update cycle");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user