Clean up some inputs

This commit is contained in:
MrStonedOne
2017-08-13 22:29:58 -07:00
parent 8bdf21db5f
commit d7a507d412
5 changed files with 4 additions and 5 deletions

View File

@@ -110,7 +110,7 @@
if(!channel)
return
var/mob/living/user = usr
var/logname = input(user,"Enter desired logfile name (.log) or leave blank to cancel:")
var/logname = stripped_input(user,"Enter desired logfile name (.log) or leave blank to cancel:")
if(!logname || !channel)
return 1
var/datum/computer_file/data/logfile = new/datum/computer_file/data/logfile()