aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorDaniel Brendle <brendle@demos-deutschland.de>2018-05-14 12:09:41 +0200
committerTollef Fog Heen <tfheen@err.no>2018-05-14 12:20:28 +0200
commitf1d6fc7e5bd64e48ddd9a9aca1cdc985dfc2265c (patch)
treeb8d054d511fdd63d518addebf4842b26cedf748a /wee_slack.py
parentcb5bfaf3610d865b5df603901bceae4d9223fa8e (diff)
downloadwee-slack-f1d6fc7e5bd64e48ddd9a9aca1cdc985dfc2265c.tar.gz
fix: corrected registration instructions
in the registration dialog, wee_slack asks the user to reload the slack script via /script. in my weechat 2.1 on debian sid, this is not the proper way to reload scripts anymore. instead one has to use the /python command to achieve the same effect. this commit corrects the misleading instruction message.
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 51e16f1..820f99f 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -3142,7 +3142,7 @@ def command_register(data, current_buffer, args):
','.join([tok, d['access_token']]))
w.prnt("", "Success! Added team \"%s\"" % (d['team_name'],))
- w.prnt("", "Please reload wee-slack with: /script reload slack")
+ w.prnt("", "Please reload wee-slack with: /python reload slack")
@slack_buffer_or_ignore