Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

[Bots] Work with meowerbot.py and its client headers #94

Closed
showierdata9978 opened this issue Feb 24, 2023 · 5 comments
Closed

[Bots] Work with meowerbot.py and its client headers #94

showierdata9978 opened this issue Feb 24, 2023 · 5 comments
Labels
enhancement New feature or request future for the future low priority

Comments

@showierdata9978
Copy link
Member

Describe the solution you'd like
Send a pmsg to each user, if the user returns status I: 500 | Bot in a pmsg, display a badge

Describe alternatives you've considered
None, as this is related to a new feture in meowerbot.py v2.4.4/2.4.3

Additional context

if packet["cmd"] == "pmsg":
            self.wss.sendPacket({
                "cmd": "pmsg",
                "val": "I:500 | Bot",
                "id": packet["origin"]
            })
@tnix100
Copy link
Member

tnix100 commented Feb 24, 2023

There will be a proper bot system in CL4, so no real need to add something for now, you can just check user flags to see what users are bots in CL4

@showierdata9978
Copy link
Member Author

There will be a proper bot system in CL4, so no real need to add something for now, you can just check user flags to see what users are bots in CL4

it was a quick bot fix, so other bots can ignore it's msga

@williamhorning
Copy link
Contributor

IMO we shouldn't support stuff like this if it's library specific. also, this'll cause a lot more stress on the CL server. I think we should just wait for CL4

@showierdata9978
Copy link
Member Author

showierdata9978 commented Feb 24, 2023 via email

@Bloctans Bloctans added enhancement New feature or request future for the future low priority labels Mar 25, 2023
@williamhorning
Copy link
Contributor

we're removing support for pmsg eventually so there's no way to support this

@williamhorning williamhorning closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request future for the future low priority
Projects
None yet
Development

No branches or pull requests

4 participants