mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +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:
@@ -614,4 +614,6 @@ GLOBAL_PROTECT(VVpixelmovement)
|
||||
return
|
||||
log_world("### VarEdit by [src]: [O.type] [variable]=[html_encode("[O.vars[variable]]")]")
|
||||
log_admin("[key_name(src)] modified [original_name]'s [variable] to [O.vars[variable]]")
|
||||
message_admins("[key_name_admin(src)] modified [original_name]'s [variable] to [O.vars[variable]]")
|
||||
var/msg = "[key_name_admin(src)] modified [original_name]'s [variable] to [O.vars[variable]]"
|
||||
message_admins(msg)
|
||||
admin_ticket_log(O, msg)
|
||||
|
||||
Reference in New Issue
Block a user