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

Strip spaces in nick/host lookup #10

Open
khaytsus opened this issue Sep 11, 2013 · 2 comments
Open

Strip spaces in nick/host lookup #10

khaytsus opened this issue Sep 11, 2013 · 2 comments

Comments

@khaytsus
Copy link

When doing /nick_lookup partial(tab) irssi automatically puts a space at the end and that is passed into get_nick_records with a space in the $query string and so it fails. I have locally used a regex to strip out the trailing space with $query =~ s/\s*$//g; but there could be better ways to fix this issue.

@IsaacG
Copy link
Collaborator

IsaacG commented Sep 12, 2013

6baba20
This needs reviewing, the "changed" date updated, VERSION bump and a changelog entry before going into master

@khaytsus
Copy link
Author

Thanks :-D

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

2 participants