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

2 Feature Requests #12

Open
majorcyto opened this issue Feb 12, 2014 · 3 comments
Open

2 Feature Requests #12

majorcyto opened this issue Feb 12, 2014 · 3 comments

Comments

@majorcyto
Copy link

Hello, was hoping these 2 some-what simple things could be added as core-functionality to the user plugins/area/thing 👾


_Prefix support_: for user groups..

[A] = Admin
[M] = Mod

Etc.. Just visual in front of the name, with color support.


_Who List Change_: Separate /who by group importance IE..

Staff: [A] Someone, [M] Someonelese
Players: Hiiamsomeone, Hellosomeone, Herro, [XL] Tinky, Freddy

@SargeZT
Copy link

SargeZT commented Feb 12, 2014

Good idea.

On Tue, Feb 11, 2014 at 7:41 PM, majorcyto [email protected] wrote:

Hello, was hoping these 2 some-what simple things could be added as
core-functionality..

Prefix support for user groups.. [A] = Admin, etc.. Just visual in front
of the name, with color support.

And for /who can we separate staff groups and player groups. IE.

Staff: [A] Someone, [M] Someonelese
Players: Hiiamsomeone, Hellosomeone, Herro, [XL] Tinky, Freddy

Reply to this email directly or view it on GitHubhttps://github.com//issues/12
.

@majorcyto
Copy link
Author

Oopsy, i meant to post this in the main StarryPy branch.. not the side plugins one. xD

But i guess you already saw it, so thats good..

@teihoo
Copy link
Contributor

teihoo commented Feb 12, 2014

Prefixing player names is already possible via config.json:
"colors": {
"admin": "^#C443F7;",
"default": "^#F7EB43;",
"guest": "^#F7EB43;",
"moderator": "^#4385F7;",
"owner": "^#F7434C;",
"registered": "^#A0F743;"
},

You can do like this: "admin": "^#00FFFF;[A] ^#C443F7;",

Will add Cyan colored [A] infront of Admin names. I had this done for myself, but when I implemented chat timestamps, I removed them, because they eat up extra space. Maybe just have it for Owner or if you only have a few admins (1-2).

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

No branches or pull requests

3 participants