summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-09 00:29:13 +0200
committermathieui <mathieui@mathieui.net>2018-08-09 00:29:13 +0200
commit6cc1360a3a999c4384531e4f6576144040886768 (patch)
tree2b4853dc60be0bf7e8892d6671c482ca531d370c /poezio
parent6e3f5405f3ef10e74a0cc5009ab7413835c5b11c (diff)
downloadpoezio-6cc1360a3a999c4384531e4f6576144040886768.tar.gz
poezio-6cc1360a3a999c4384531e4f6576144040886768.tar.bz2
poezio-6cc1360a3a999c4384531e4f6576144040886768.tar.xz
poezio-6cc1360a3a999c4384531e4f6576144040886768.zip
Remove the GPG plugin
It’s broken and nobody is using it as far as I know.
Diffstat (limited to 'poezio')
-rw-r--r--poezio/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/plugin.py b/poezio/plugin.py
index 9260aa21..7e67d09c 100644
--- a/poezio/plugin.py
+++ b/poezio/plugin.py
@@ -334,7 +334,7 @@ class PluginAPI:
:param str event_name: The event name.
:param function handler: The handler function.
:param int position: The position of that handler in the handler list.
- This is useful for plugins like GPG or OTR, which must be the last
+ This is useful for plugins like OTR, which must be the last
function called on the text.
Defaults to 0.