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

Escape " and ' in channel_names #121

Open
johnstrong1 opened this issue Dec 4, 2016 · 0 comments
Open

Escape " and ' in channel_names #121

johnstrong1 opened this issue Dec 4, 2016 · 0 comments

Comments

@johnstrong1
Copy link

johnstrong1 commented Dec 4, 2016

hi there is a problem when we want pass somthing like this ==>
"استان البرز"شورای استانی حزب ایران بزرگ'
to history command
i mean This =>
history "استان البرز"شورای استانی حزب ایران بزرگ'
the cli itself will Escape this name with \" but its not correct !
1

and cli didnt chanded the spaces to _ as you can see in picture
it show`s up in dialog_list or channel_list but cant get the history any other command like channel_info
and i know nothing of c !
i think this happens when this characters exist in channel_name :
""
((
))
'

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

1 participant