We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kinda like the old GroupChat Plugin, which allows users of the plugin to argue hipster style without anyone else knowing 👀
It should be usable to send server, channel and client plugin messages which get shown in the recievers chat (toggable ofc)
server
channel
client
Just need to check which tab is open when recieving the /lxb chat <msg> command and send it there.
/lxb chat <msg>
We could also use https://github.com/ReSpeak/TsPressor/blob/master/src/lib.rs to compress and obfuscate it.
The plugincmd should look like this: <senderclid>|<targetmode>|<targetid|0>|<compressedMSG>
<senderclid>|<targetmode>|<targetid|0>|<compressedMSG>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kinda like the old GroupChat Plugin, which allows users of the plugin to argue hipster style without anyone else knowing 👀
It should be usable to send
server
,channel
andclient
plugin messages which get shown in the recievers chat (toggable ofc)Just need to check which tab is open when recieving the
/lxb chat <msg>
command and send it there.We could also use https://github.com/ReSpeak/TsPressor/blob/master/src/lib.rs to compress and obfuscate it.
The plugincmd should look like this:
<senderclid>|<targetmode>|<targetid|0>|<compressedMSG>
The text was updated successfully, but these errors were encountered: