We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4522c99 commit 7f42e73Copy full SHA for 7f42e73
src/pyrocore/data/config/config.ini
@@ -65,12 +65,13 @@ tag_show = {{#}}Tags: {{ chr(32).join(d.tagged) }} [{{ d.name[:33] }}…]
65
# since command names seem to be heavily in flux in SVN HEAD of rTorrent, this
66
# gives you a chance of adapting to the version your use. Report any calls that
67
# need mapping but are not listed here (open an issue at "Google code", and be
68
-# sure to include the version of rTorrent and pyrocore you're using).
+# sure to include the version of rTorrent and pyrocore you are using).
69
#
70
# Currently, methods used in a multicall are NOT mapped.
71
72
# The format is "internal_name = client_name".
73
-;'
+
74
+# This is specifically to allow `proxy.log(…)` calls (`print` is a keyword)
75
log = print
76
77
[XMLRPC_0_8_7]
0 commit comments