Skip to content
GitLab
Menu
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
f960fa6a
Commit
f960fa6a
authored
May 21, 2015
by
Mindiell
Browse files
Help on a specific command is shown on channel
parent
32d7cf64
Changes
1
Hide whitespace changes
Inline
Side-by-side
wantzel.py
View file @
f960fa6a
...
...
@@ -214,7 +214,7 @@ class Wantzel(object):
command
=
re
.
search
(
"!help (stats|rp|help|kill|admin)"
,
msg
)
if
command
:
command
=
command
.
group
(
1
)
self
.
send_message
(
user
,
messages
[
"help_"
+
command
])
self
.
send_message
(
channel
,
messages
[
"help_"
+
command
])
else
:
self
.
send_message
(
channel
,
messages
[
"help"
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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