mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
The Computer-ening (#13831)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
/datum/ntnet_message/message/format_chat_log(var/datum/ntnet_conversation/Conv)
|
||||
. = "[worldtime2text()] [nuser.username]: [message]"
|
||||
|
||||
|
||||
/datum/ntnet_message/message/format_admin_log(var/datum/ntnet_conversation/Conv)
|
||||
. = message
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
. = "[sanitize(Conv.get_title())] [nuser.username]: [sanitize(message)]"
|
||||
|
||||
|
||||
|
||||
|
||||
/datum/ntnet_message/join/format_chat_notification(var/datum/ntnet_conversation/Conv, var/datum/computer_file/program/chat_client/Cl)
|
||||
. = FONT_SMALL("<b>([sanitize(Conv.get_title(Cl))]) <i>[nuser.username]</i> has entered the chat.</b>")
|
||||
|
||||
@@ -93,4 +93,4 @@
|
||||
. = "[worldtime2text()] -!- [nuser.username] has opened direct conversation."
|
||||
|
||||
/datum/ntnet_message/direct/format_chat_notification(var/datum/ntnet_conversation/Conv, var/datum/computer_file/program/chat_client/Cl)
|
||||
. = FONT_SMALL("<b>([sanitize(Conv.get_title(Cl))]) <i>[nuser.username]</i> has opened direct conversation with you.</b>")
|
||||
. = FONT_SMALL("<b>([sanitize(Conv.get_title(Cl))]) <i>[nuser.username]</i> has opened direct conversation with you.</b>")
|
||||
|
||||
Reference in New Issue
Block a user