We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ae3d1 commit b5561b7Copy full SHA for b5561b7
errbot/__init__.py
@@ -28,7 +28,7 @@
28
# Same happens with quotations marks, which are required for parsing
29
# complex strings in arguments
30
# Map of characters to sanitized equivalents
31
-ARG_BOTCMD_CHARACTER_REPLACEMENTS = {'—': '--', '“': '"', '”': '"'}
+ARG_BOTCMD_CHARACTER_REPLACEMENTS = {'—': '--', '“': '"', '”': '"', '’': '\'', '‘': '\''}
32
33
34
class ArgumentParseError(Exception):
0 commit comments