Closed jyonxo closed 2 years ago
This needs to be done during PARSELINE event. When a user joins a channel the decoration should be forwarded as a signal and stripped out of the message before forwarding to internal logic through parseline
Example of raw message with decoration:
<- :Nickname!xxxxx@GateKeeperPassport JOIN H,U,RX,. :%#Channel
The above should be shared via signal for theme processing
Formats:
IRC7 <Status>,<User Level>,<Profile Type>
<Status>,<User Level>,<Profile Type>
IRC8 <Status>,<User Level>,<Profile Type><Subscriber Info>
<Status>,<User Level>,<Profile Type><Subscriber Info>
A (Status)
U (User Level)
P (Profile Type)
S = Subscriber Info
This needs to be done during PARSELINE event. When a user joins a channel the decoration should be forwarded as a signal and stripped out of the message before forwarding to internal logic through parseline
Example of raw message with decoration:
<- :Nickname!xxxxx@GateKeeperPassport JOIN H,U,RX,. :%#Channel
The above should be shared via signal for theme processing