Revision 3152d6bd
Added by Marc Dequènes about 14 years ago
- ID 3152d6bd94e81a0565d80abbc9aff10fd4fccdad
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
[evol] partially implement receiving QUIT actions