diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2018-11-06 20:44:00 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2019-01-26 12:51:07 +0100 |
commit | 826254a3ea01c57ccca2b9bf87866289280be4bf (patch) | |
tree | da0f5cf803d3bd27f38c6c27ba7bf3ebb92d0acf | |
parent | 64e370c513c3c0ca72e830f1f8d3fc7914dcb8ec (diff) | |
download | wee-slack-826254a3ea01c57ccca2b9bf87866289280be4bf.tar.gz |
Remove command_p
This is a command meant for debugging and shouldn't be normally
available and listed in the help.
-rw-r--r-- | wee_slack.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wee_slack.py b/wee_slack.py index b892fd8..23c9982 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -3829,10 +3829,6 @@ def set_unread_current_buffer_cb(data, current_buffer, command): return w.WEECHAT_RC_OK -def command_p(data, current_buffer, args): - args = args.split(' ', 1)[1] - w.prnt("", "{}".format(eval(args))) - ###### NEW EXCEPTIONS |