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

Store User Lists in Arrays #3

Closed
rcmaehl opened this issue Oct 7, 2014 · 2 comments
Closed

Store User Lists in Arrays #3

rcmaehl opened this issue Oct 7, 2014 · 2 comments
Assignees

Comments

@rcmaehl
Copy link
Owner

rcmaehl commented Oct 7, 2014

Currently, users are stored in a space separated list which makes data modification difficult due to the possibility of false positive string matches when using StringReplace(). Enhances #1

Pros:

  • Data Modification is easier
  • Data Modification is precise

Cons:

@rcmaehl rcmaehl self-assigned this Oct 7, 2014
@rcmaehl
Copy link
Owner Author

rcmaehl commented Oct 27, 2014

To Do: Convert TrayIRC's single channel user list to a system that can handle multiple channels.

@rcmaehl
Copy link
Owner Author

rcmaehl commented Dec 20, 2014

Added in b730ad0

@rcmaehl rcmaehl closed this as completed Dec 20, 2014
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