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
Guinness
wantzel
Commits
2acceecd
Commit
2acceecd
authored
May 27, 2015
by
Mindiell
Browse files
Added better logging (2)
parent
6f8dd2b0
Changes
1
Show whitespace changes
Inline
Side-by-side
wantzel.py
View file @
2acceecd
...
...
@@ -214,7 +214,9 @@ class Wantzel(object):
self
.
help
(
user
,
channel
,
msg
)
# Find known command
command
=
re
.
search
(
"!(rp[acp]*|kill|help|stats|admin)"
,
msg
)
Utils
.
debug
(
"Command: %s"
%
command
)
if
command
:
Utils
.
debug
(
"group(0): %s"
%
command
.
group
(
0
))
command
=
command
.
group
(
1
)
Utils
.
debug
(
"Command: %s"
%
command
)
if
command
.
startswith
(
"rp"
):
...
...
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