From 23d81ec0cd8a835cb0eb49b77de075dc81b261d8 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 1 Dec 2003 18:15:53 +0000 Subject: [PATCH] Removed pydoclink (whose idea was it to add that useless command anyways?) /me hides --- plugins/Python.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/Python.py b/plugins/Python.py index f77dd3c4a..d067ec4bd 100644 --- a/plugins/Python.py +++ b/plugins/Python.py @@ -166,15 +166,6 @@ class Python(callbacks.PrivmsgCommandAndRegexp, plugins.Configurable): else: irc.error(msg, 'No function or module %s exists.' % name) - def pydoclink(self, irc, msg, args): - """ - - Returns a link to the current documentation for - """ - module = privmsgs.getArgs(args) - url = 'http://python.org/doc/current/lib/module-%s.html' % module - irc.reply(msg, '%s' % url) - _these = [str(s) for s in this.s.decode('rot13').splitlines() if s] _these.pop(0) # Initial line (The Zen of Python...) def zen(self, irc, msg, args):