From 4baf0a70e94b2b05849c6dad0653d59fa56eca47 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 20 Dec 2012 10:34:38 -0600 Subject: [PATCH] DrBotIRC: remove XML-RPC echo the server idea seems to work, let's have Echo implement this as a test/example --- DrBotIRC.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/DrBotIRC.py b/DrBotIRC.py index 47f174b..75a0755 100644 --- a/DrBotIRC.py +++ b/DrBotIRC.py @@ -49,19 +49,6 @@ class DrBotzoMethods: self.irc = irc - def echo(self, message): - """Just reply to the client, for testing purposes. - - Args: - message the message to echo - - Returns: - message, unmodified. - - """ - - return message - def say(self, target, message): """Say a message in a channel/to a nick.