mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
next set of spans (#16434)
* next set of spans * some more * next * next * next * . * text... * next... rest soon * . * . * ok last set for the night * . * . * . * . * some more * next * next * all for now * . * some more easy ones * some more easy ones * . * . * some more bolds * oups auto complete moment * add the remaining spans * this as well * this as well * . * ., * resync them properly
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
return
|
||||
if("")
|
||||
F.dir.Remove(ckey)
|
||||
to_chat(src, span_filter_adminlog("<b>Memo removed</b>"))
|
||||
to_chat(src, span_filter_adminlog(span_bold("Memo removed")))
|
||||
return
|
||||
if( findtext(memo,"<script",1,0) )
|
||||
return
|
||||
@@ -52,7 +52,7 @@
|
||||
ckey = src.ckey
|
||||
if(ckey)
|
||||
F.dir.Remove(ckey)
|
||||
to_chat(src, span_filter_adminlog("<b>Removed Memo created by [ckey].</b>"))
|
||||
to_chat(src, span_filter_adminlog(span_bold("Removed Memo created by [ckey].")))
|
||||
|
||||
#undef MEMOFILE
|
||||
#undef ENABLE_MEMOS
|
||||
|
||||
Reference in New Issue
Block a user