Skip to content
New issue

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

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

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

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

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant