mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 02:32:10 +00:00
AHelp improvements (#26092)
* Ahelp refactor * Same ticket nagging * Remie review * Dead code * Require tickets for PMs + other fixes * Remove full monty redundancy * Stylesheet * Listings refresh * Add ban logs to tickets * Tickets can stay associated after reconnect * Don't show active disconnected tickets in the main list * Ticket titles * More beautiful + fixes * Needful * IC issues close the ticket, feedback, and other stuff * Move shit around * IC issue -> resolve. Inline with the meaning of resolve. Documentation * Classic style + fixes * Width * Formatting * Whoops * Formatting * That top note * That cream * Pure vanilla * move to status panel * Fix the listing * Sleep checks * Stay frosty * Allows close/resolve of disconnected players * Ban logging will work if the player logs out. * Sorted closed and resolved lists * Fixes * IRC commands * More feedback * Small fix * Unfix * Just witnessed a memetide of tickets * Make the timer unique for good measure * Fix * Make it use QDEL_LIST * Fix * colorful * Fix * No more name prompt * Retitling * Fix * Fix * < CANT CODE * Phrasing * The better * Better linking and stuff * Language * Bluh * This may have broke things, let's back up * Ticket reopening * Admin panel verb for viewing a ticket list * Slightly better refreshing * Improve reject and IC issue wording * Log client disconnects and reconnects * Hopefully fixes the same issue issue * This should be here * Almost a terrible idea * More feedback * Better timing * Better timing and logging * Adding notes * Improves teleport logging * saddest commit in history * Fix feedback counters for reopened tickets * Fixed
This commit is contained in:
@@ -49,7 +49,10 @@
|
||||
return
|
||||
if(logged)
|
||||
log_admin_private("[key_name(usr)] has created a [type][(type == "note" || type == "message" || type == "watchlist entry") ? " for [target_ckey]" : ""]: [text]")
|
||||
message_admins("[key_name_admin(usr)] has created a [type][(type == "note" || type == "message" || type == "watchlist entry") ? " for [target_ckey]" : ""]:<br>[text]")
|
||||
var/header = "[key_name_admin(usr)] has created a [type][(type == "note" || type == "message" || type == "watchlist entry") ? " for [target_ckey]" : ""]"
|
||||
message_admins("[header]:<br>[text]")
|
||||
admin_ticket_log(target_ckey, "<font color='blue'>[header]</font>")
|
||||
admin_ticket_log(target_ckey, text)
|
||||
if(browse)
|
||||
browse_messages("[type]")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user