Revision a089227c
Added by Marc Dequènes almost 14 years ago
- ID a089227ca94121115f46e5998b497fa102787398
lib/cyborghood/cyborg/botnet/protocol.rb | ||
---|---|---|
|
||
def send_quit_decline(reason)
|
||
@conversation.set_comm_stop do
|
||
@conversation.thread('system').new_message("QUIT DECLINE", { :reason => reason }).send
|
||
@conversation.thread('system').new_message("QUIT DECLINE", { :reason => reason }).send(true)
|
||
end
|
||
end
|
||
|
||
def send_quit_leaving
|
||
@conversation.set_comm_stop do
|
||
@conversation.thread('system').new_message("QUIT LEAVING").send
|
||
@conversation.thread('system').new_message("QUIT LEAVING").send(true)
|
||
end
|
||
end
|
||
end
|
Also available in: Unified diff
[fix/evol] work on better Interface/Task/Conversation/… sync and bot stop action in order to avoid races and locks