summaryrefslogtreecommitdiffstats
path: root/Reaktor/titlebot/titlebot.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/titlebot/titlebot.py')
-rw-r--r--Reaktor/titlebot/titlebot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/titlebot/titlebot.py b/Reaktor/titlebot/titlebot.py
index d04789c3..f85e69f2 100644
--- a/Reaktor/titlebot/titlebot.py
+++ b/Reaktor/titlebot/titlebot.py
@@ -36,7 +36,7 @@ def default_command(cmd):
def dot_command(cmd):
return {
'capname': cmd,
- 'pattern': '\\.' + cmd + '\\s*(?:\\s+(?P<args>.*))?$',
+ 'pattern': '^\\.' + cmd + '\\s*(?:\\s+(?P<args>.*))?$',
'argv': [ 'titlebot/commands/' + cmd ] }
public_commands = [