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
If a channel message comes in with many nicks in it, the nicks will get decorated, but placements will get rearranged in unexpected ways.
Example message string:
Today's Top10(words): 1. polish(1969) 2. steveVR4(1310) 3. Two_OfNine(957) 4. Alansupra94(846) 5. CarRacer(830) 6. mitsuturbo(567) 7. slugsgomoo(560) 8. Barnes(446) 9. spoulson(186) 10. vrausch4(70)\r\n","params":"#gvr4 :Today's Top10(words): 1. polish(1969) 2. steveVR4(1310) 3. Two_OfNine(957) 4. Alansupra94(846) 5. CarRacer(830) 6. mitsuturbo(567) 7. slugsgomoo(560) 8. Barnes(446) 9. spoulson(186) 10. vrausch4(70)
Actual result:
Today's Top10(words): 1. mitsuturboslugsgomoo(1310) 3. (846) 5. (1969) 2. (560) 8. Barnes(446) 9. (957) 4. Alansupra94(830) 6. (567) 7. spoulsonsteveVR4polishCarRacer(186) 10. vrausch4(70)Two_OfNine
The text was updated successfully, but these errors were encountered:
spoulson
No branches or pull requests
If a channel message comes in with many nicks in it, the nicks will get decorated, but placements will get rearranged in unexpected ways.
Example message string:
Actual result:
The text was updated successfully, but these errors were encountered: