Merge pull request #4396 from Citadel-Station-13/upstream-merge-33513

[MIRROR] ahelp chat command is silent on success
This commit is contained in:
LetterJay
2017-12-17 21:24:24 -06:00
committed by GitHub

View File

@@ -47,7 +47,9 @@
target = AH.initiator_ckey
else
return "Ticket #[id] not found!"
return IrcPm(target, all_params.Join(" "), sender)
var/res = IrcPm(target, all_params.Join(" "), sender)
if(res != "Message Successful")
return res
/datum/server_tools_command/namecheck
name = "namecheck"