📢 PhantomBot v3.4.0 is now available as a stable build
✅ Added:
➡️ Added the ability to disable/enable commands and aliases via the panel (RobsDeDude #2412)
➡️ Added the ability to (un)hide commands and aliases from !commands
without disabling them via !hidecom commandName
and !showcom commandName
, or the panel (RobsDeDude #2412)
➡️ Added the ability to add/remove external commands (commands from other bots) in !commands
via !addextcom commandName
and !delextcom commandName
, or the panel (RobsDeDude #2412 #2419)
➡️ Added a welcome system (disabled by default), which welcomes new users on their first time chatting, and returning users on their first time chatting after a specified interval of inactivity (RobsDeDude #2417)
🌀 Changed:
➡️ Changed the (amount)
tag for StreamElements tips to always show the donation amount with 2 decimal places (pettinen #2414)
➡️ Updated the Commands page on the panel to show the enabled/disabled status of built-in commands, and allow the status to be changed (RobsDeDude #2415)
➡️ Changed $.isSubv3
to only fall back to $.isSub
when the message does not contain any IRCv3 tags (BrandenB)
➡️ Removed exclamation point at the end of the title/game change success messages to reduce confusion (gmt2001 gmt2001#104)
🛠️ Fixed:
➡️ Fixed an issue where using (keywordcount)
in a regex keyword could cause unintended expansion, leading to erroneous output or errors (RobsDeDude #2410)
➡️ Fixed a potential issue with toggling a module causing a UI error after a successful command (BrandenB)
➡️ Fixed the browser source URLs for audio hooks and the death counter not reflecting recent changes in the HTTPWSServer (gmt2001 #2422)
➡️ Fixed new welcome system making the bot welcome itself (AevumDecessus #2426)
➡️ Fixed or suppressed some compiler warnings (gmt2001 gmt2001#142 #2431)
🗑️ Deprecated:
➡️ The file addons/hostHandler/latestHostOrAutoHost.txt
is deprecated and may be removed in a future release, please switch to addons/hostHandler/latestHost.txt
(gmt2001 #2431)
🛑 Removed:
➡️ Removed auto-host events as Twitch does not send them anymore (gmt2001 #2431)
🌐 Download It:
➡️ Downloads attached to the bottom of this release notice
❗ Remember to install to a separate folder, then copy over the config dir, as well as any custom scripts or files in addons
➡️ PhantomBot official builds are now available on Docker at gmt2001/phantombot-stable and gmt2001/phantombot-nightly. See the readme text on the appropriate pages for Docker Compose files
🗒️ Notes:
➡️ We have guides on PhantomBot. You can contribute by submitting a Pull Request adding or editing .md files in the /docs/guides/content folder of the repo. See the guides for info about formatting.