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:
parent
f09bc06634
commit
4baf0a70e9
13
DrBotIRC.py
13
DrBotIRC.py
@ -49,19 +49,6 @@ class DrBotzoMethods:
|
|||||||
|
|
||||||
self.irc = irc
|
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):
|
def say(self, target, message):
|
||||||
"""Say a message in a channel/to a nick.
|
"""Say a message in a channel/to a nick.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user