Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
wantzel
Commits
cd78608e
Commit
cd78608e
authored
Jun 03, 2018
by
Mindiell
Browse files
Fixing test timer method
parent
6fa50f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin.py
View file @
cd78608e
...
...
@@ -18,7 +18,7 @@ class Admin():
"""
Log
.
debug
(
"admin command"
)
# Searching for a command after admin keyword
command
=
re
.
search
(
"[~!]admin (list|add|del|timer)"
,
msg
)
command
=
re
.
search
(
"[~!]admin (list|add|del|timer
|testtimer
)"
,
msg
)
if
command
:
command
=
command
.
group
(
1
)
if
command
==
"list"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment