You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Load webchat
2. Join channel
What is the expected output? What do you see instead?
I would expect to see the protected, halfop'd, and owner nicks to be colored
differently than the regular nicks. This is not the case.
What version of the product are you using? On what operating system?
Using the latest version from here. Arch Linux.
Please provide any additional information below.
I've patched the files ircChannel.php, htdocs/js/chat.js, and
htdocs/js/chatMembers.js to apply different classes to owner and protect nicks,
but I still don't know how to get them to sort correctly (owner first, then
protect, then operator, ...). Currently, it's sorting ops first, then
protected, then voiced, then regular, then owners. I can't seem to determine
what is even causing this sorting by going through some of the various source
files.
I'll upload my new versions of the aforementioned files when I get home later
tonight.
Original issue reported on code.google.com by ZeldaRealm on 1 Mar 2011 at 11:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ZeldaRealm
on 1 Mar 2011 at 11:53The text was updated successfully, but these errors were encountered: