This is what I had before I thought of making it a link type thing:
mob
verb
Announce_Code(message as message)
set category = "Program"
set name = "Share Code"
set desc = "(message) Announce a code to all players logged in"
for(var/client/C)
C.mob << "<hr><br><font color=#000888><b>Code From [src]:</b><br><font color=white>[message]</font><hr>"
Ps. If this doesn't make sense, please say. o.o