mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Refactored all the backslash ref and ref() calls to use REF() instead (#19847)
Refactored all the backslash ref and ref() calls to use REF() instead. Added a linting for raw ref proc calls.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
. += "<b>Buffer Memory:</b><br>"
|
||||
var/buffer_name = multitool.get_buffer_name()
|
||||
if(buffer_name)
|
||||
. += "[buffer_name] <a href='?src=\ref[src];send=\ref[multitool.buffer_object]'>Send</a> <a href='?src=\ref[src];purge=1'>Purge</a><br>"
|
||||
. += "[buffer_name] <a href='?src=[REF(src)];send=[REF(multitool.buffer_object)]'>Send</a> <a href='?src=[REF(src)];purge=1'>Purge</a><br>"
|
||||
else
|
||||
. += "No connection stored in the buffer."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user