v2nek / webchat2

Automatically exported from code.google.com/p/webchat2
GNU General Public License v2.0
0 stars 0 forks source link

Adding parsing for other channel-user modes (&, %, ~) #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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