MCPcopy Create free account
hub / github.com/antirez/freakwan / reply

Method reply

networking.py:99–101  ·  view source on GitHub ↗
(self,reply)

Source from the content-addressed store, hash-verified

97
98 # Write a message into the bot channel
99 def reply(self,reply):
100 if not self.connected: return
101 self.write(b"PRIVMSG %s :%s\r\n" %(self.channel,reply))
102
103 # Receive every line from the IRC server, and does the
104 # right thing according to the protocol.

Callers 2

receive_lora_packetMethod · 0.80
stop_ircMethod · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected