Support pseudonitro (even if just parsing) #61

Closed
opened 2020-05-17 01:13:43 +00:00 by mary · 1 comment

Presumably this is just a regex change to support parsing.
E.g.:

<:owo:425350333544267786> => <&:owo:425350333544267786>
<a:owo:425350333544267786> => <&a:owo:425350333544267786>
Presumably this is just a regex change to support parsing. E.g.: ``` <:owo:425350333544267786> => <&:owo:425350333544267786> <a:owo:425350333544267786> => <&a:owo:425350333544267786> ```
a closed this issue 2020-05-28 12:26:59 +00:00
Owner

I'm not 100% interested in implementing the sending counterpart at this point, however I will consider it at a future date.

For future Ave:

  1. Rename isavailable or isusable, whichever is used to determine if we can send it, put a func of same name that returns true all the time
  2. Just go to the point where it is converting the emoji to send, call the renamed actual isavailable/isusable, if not, convert as pseudonitro
I'm not 100% interested in implementing the sending counterpart at this point, however I will consider it at a future date. For future Ave: ![](https://lasagna.cat/i/38bmapn4.png) 1) Rename isavailable or isusable, whichever is used to determine if we can send it, put a func of same name that returns true all the time 2) Just go to the point where it is converting the emoji to send, call the renamed actual isavailable/isusable, if not, convert as pseudonitro
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: distok/cutthecord#61
No description provided.