Difference between revisions of "Roster.php"
m (Created page with '====== Roster ====== ==== Description ==== This module updates the bot database (org + whois). It loads external ressources (e.g. Funcom's XLM service).') |
|||
Line 4: | Line 4: | ||
This module updates the bot database (org + whois). It loads external ressources (e.g. Funcom's XLM service). | This module updates the bot database (org + whois). It loads external ressources (e.g. Funcom's XLM service). | ||
+ | |||
+ | If offers several commands (be careful as some can be data destructive) : | ||
+ | !member = Shows the members count | ||
+ | !member add <name> = Adds player <name> as a member to the bot | ||
+ | !member del <name> = Removes player <name> from the member list | ||
+ | !member list = Shows the members list | ||
+ | !guest = Shows the guest list | ||
+ | !guest add <name> = Adds player <name> as a guest to the bot | ||
+ | !guest del <name> = Removes player <name> from the guest list | ||
+ | !rosterupdate = Forces the bot to run through a roster update | ||
+ | !buddylist = Displays a list of all of the bots buddies | ||
+ | !buddylist clear = Wipes all of the bots buddies from the bots buddylist | ||
+ | |||
+ | It offers somes complementary settings : | ||
+ | AllowedTime: Is there an exclusive hour (in server local time, from 0 to 23) you'd prefer for the bot autoupdate (use 24 otherwise to disable and allow any hour)? | ||
+ | |||
+ | Buddylistupdate: What difference is allowed between the bots buddylist and the number of members who should be on it before a roster update is forced? | ||
+ | |||
+ | It's also linked to a core element described here http://wiki.bebot.link/index.php/Members |
Revision as of 11:44, 3 March 2022
Roster
Description
This module updates the bot database (org + whois). It loads external ressources (e.g. Funcom's XLM service).
If offers several commands (be careful as some can be data destructive) : !member = Shows the members count !member add <name> = Adds player <name> as a member to the bot !member del <name> = Removes player <name> from the member list !member list = Shows the members list !guest = Shows the guest list !guest add <name> = Adds player <name> as a guest to the bot !guest del <name> = Removes player <name> from the guest list !rosterupdate = Forces the bot to run through a roster update !buddylist = Displays a list of all of the bots buddies !buddylist clear = Wipes all of the bots buddies from the bots buddylist
It offers somes complementary settings : AllowedTime: Is there an exclusive hour (in server local time, from 0 to 23) you'd prefer for the bot autoupdate (use 24 otherwise to disable and allow any hour)?
Buddylistupdate: What difference is allowed between the bots buddylist and the number of members who should be on it before a roster update is forced?
It's also linked to a core element described here http://wiki.bebot.link/index.php/Members