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

slashes in meeting name breaks ALL the things. #225

Closed
IRCWillie opened this issue Apr 13, 2013 · 1 comment
Closed

slashes in meeting name breaks ALL the things. #225

IRCWillie opened this issue Apr 13, 2013 · 1 comment
Labels
Bug Things to squish; generally used for issues

Comments

@IRCWillie
Copy link

Submitted by: Embolalia
From channel: #Embo
At 2013-04-13 19:02:39 UTC

@elad661
Copy link
Contributor

elad661 commented Apr 20, 2013

We probably need to write a method to translate user input to something which is safe to use in a file path. that means replacing os.sep (and any other character the current OS/filesystem won't accept as part of a file path) with a predefined set of characters

embolalia added a commit that referenced this issue May 9, 2013
It could be done more properly, but it fixes issue #225, so it'll do for now.
maxpowa pushed a commit to maxpowa/Inumuta that referenced this issue Feb 20, 2015
It could be done more properly, but it fixes issue sopel-irc#225, so it'll do for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Things to squish; generally used for issues
Projects
None yet
Development

No branches or pull requests

3 participants