where do I code?
Posted: Fri Jul 04, 2014 11:11 am
where do I code commands like ::mute and ::ban for my pmaven?
You mean in the chat or somewhere else? Where are you seeing "::mute" and "::ban"?gpbets wrote:where do I code commands like ::mute and ::ban for my pmaven?
Depends on where you want to enter those commands, directly from the chat or from a web page somewhere. From the chat, you can use the "Lobby chat event" callback and optionally use the regex setting for filtering. Or from a web site, create a form for input. Either way, you'll make an API call to AccountsEdit for chat banning or to BlacklistAdd /BlacklistEdit for other banning.gpbets wrote:^^
Where would I need to code a custom script to perform this?
Poker maven files or callback?