Lemmy.World

166,194 readers
6,864 users here now

The World's Internet Frontpage Lemmy.World is a general-purpose Lemmy instance of various topics, for the entire world to use.

Be polite and follow the rules โš– https://legal.lemmy.world/tos

Get started

See the Getting Started Guide

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Liberapay patrons

GitHub Sponsors

Join the team ๐Ÿ˜Ž

Check out our team page to join

Questions / Issues

More Lemmy.World

Follow us for server news ๐Ÿ˜

Mastodon Follow

Chat ๐Ÿ—จ

Discord

Matrix

Alternative UIs

Monitoring / Stats ๐ŸŒ

Service Status ๐Ÿ”ฅ

https://status.lemmy.world

Mozilla HTTP Observatory Grade

Lemmy.World is part of the FediHosting Foundation

founded 1 year ago
ADMINS
1
 
 

Or at least my attempt at improving it with the limitations of runtime scripting.

I'm posting because I would like some feedback on it.

The current things I still need to do are to listen for more command events so I can reimplement their messages, including fixing the admin promotion one. The current admin promotion message simply responds to the event of someone becoming admin, which doesn't contain info about who promoted them like the localized string expects.

As well as try and make a function that can send a message one tick late, as sending a message in the command event happens before the command is actually handled. Meaning the default error message happens after a custom one.

Finally, I need to implement some graceful way of handling shortcode collisions. I think discord does :shortcode~1: or something. Then I wonder if I should handle the order somehow, or let the modified pairs choose it for me. Though, with the companion mod of Twemoji, it re-registers the shortcode dictionary on the fly so the server can choose which standard to use. I think that might affect ordering, but I'm not actually sure.

I also have a branch that was attempting to do the colors differently, but I worked on that while slightly burned on the project and I don't like dealing with color math (it confuses me).

Sorry for the rambling, this kind of became my Todo list.

2
 
 

Or at least my attempt at improving it with the limitations of runtime scripting.

I'm posting because I would like some feedback on it.

The current things I still need to do are to listen for more command events so I can reimplement their messages, including fixing the admin promotion one. The current admin promotion message simply responds to the event of someone becoming admin, which doesn't contain info about who promoted them like the localized string expects.

As well as try and make a function that can send a message one tick late, as sending a message in the command event happens before the command is actually handled. Meaning the default error message happens after a custom one.

Finally, I need to implement some graceful way of handling shortcode collisions. I think discord does :shortcode~1: or something. Then I wonder if I should handle the order somehow, or let the modified pairs choose it for me. Though, with the companion mod of Twemoji, it re-registers the shortcode dictionary on the fly so the server can choose which standard to use. I think that might affect ordering, but I'm not actually sure.

I also have a branch that was attempting to do the colors differently, but I worked on that while slightly burned on the project and I don't like dealing with color math (it confuses me).

Sorry for the rambling, this kind of became my Todo list.

3
 
 

Or at least my attempt at improving it with the limitations of runtime scripting.

I'm posting because I would like some feedback on it.

The current things I still need to do are to listen for more command events so I can reimplement their messages, including fixing the admin promotion one. The current admin promotion message simply responds to the event of someone becoming admin, which doesn't contain info about who promoted them like the localized string expects.

As well as try and make a function that can send a message one tick late, as sending a message in the command event happens before the command is actually handled. Meaning the default error message happens after a custom one.

Finally, I need to implement some graceful way of handling shortcode collisions. I think discord does :shortcode~1: or something. Then I wonder if I should handle the order somehow, or let the modified pairs choose it for me. Though, with the companion mod of Twemoji, it re-registers the shortcode dictionary on the fly so the server can choose which standard to use. I think that might affect ordering, but I'm not actually sure.

I also have a branch that was attempting to do the colors differently, but I worked on that while slightly burned on the project and I don't like dealing with color math (it confuses me).

Sorry for the rambling, this kind of became my Todo list.

view more: next โ€บ