DrBotIRC: remove XML-RPC echo

the server idea seems to work, let's have Echo implement this as a
test/example
This commit is contained in:
Brian S. Stephan 2012-12-20 10:34:38 -06:00
parent f09bc06634
commit 4baf0a70e9
1 changed files with 0 additions and 13 deletions

View File

@ -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.