mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
initial
This commit is contained in:
@@ -74,10 +74,10 @@
|
||||
if(message["identifier"] == sender_identifier)
|
||||
message["sender_name"] = message_name
|
||||
message["message"] = received_message
|
||||
message["timestamp"] = station_time_timestamp()
|
||||
message["timestamp"] = "[server_timestamp(ic_time = TRUE)] (PT: [round_timestamp()]"
|
||||
return TRUE
|
||||
|
||||
message_list.Insert(1, list(list(identifier = sender_identifier, sender_name = received_name, message = received_message, timestamp = station_time_timestamp())))
|
||||
message_list.Insert(1, list(list(identifier = sender_identifier, sender_name = received_name, message = received_message, timestamp = "[server_timestamp(ic_time = TRUE)] (PT: [round_timestamp()]")))
|
||||
return TRUE
|
||||
|
||||
/// Removes the message_to_remove from the message_list, If the message cannot be found the proc will return FALSE, otherwise it will delete the message_to_remove and return TRUE.
|
||||
|
||||
Reference in New Issue
Block a user