|
@@ -394,8 +394,9 @@ module InterconnectionPointProtocolHandler
|
|
def unbind # a connection goes bye bye
|
|
def unbind # a connection goes bye bye
|
|
if @username
|
|
if @username
|
|
@@connected_clients.delete(self)
|
|
@@connected_clients.delete(self)
|
|
- put_log "SYS '#{@username}' disconnected. Online now: #{ousers.join(", ")}"
|
|
|
|
|
|
+ put_log "SYS '#{@username}' disconnected."
|
|
end
|
|
end
|
|
|
|
+ put_log "SYS Online users now: #{ousers.join(", ")}"
|
|
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|