Project

General

Profile

« Previous | Next » 

Revision 3152d6bd

Added by Marc Dequènes over 13 years ago

  • ID 3152d6bd94e81a0565d80abbc9aff10fd4fccdad

[evol] partially implement receiving QUIT actions

View differences:

lib/cyborghood/cyborg/protocol.rb
send_quit_decline(message, "not implemented")
end
def receive_quit_decline(message)
@conversation.set_comm_stop(true)
# TODO: notify client
end
def receive_quit_leaving(message)
@conversation.set_comm_stop(true)
# TODO: notify client
end
def send_announce_helo(recv_message = nil)
action_code = "ANNOUNCE HELO"
action_parameters = {

Also available in: Unified diff