Switch to edit mode.
Name(s): strip_codes1: stuff = {}
2: for y in (typeof(args[1]) != $LIST ? {args[1]} | args[1])
3: for x in (this.all)
4: $command_utils:suspend_if_needed()
5: x = tostr("[", x, "]")
6: y = strsub(y, x, "")
7: endfor
8: stuff = {@stuff, y}
9: endfor
10: return typeof(args[1]) == $LIST ? stuff | stuff[1]
11: "Last modified by Dax (#789) on Mon Aug 7 21:46:48 2006 MDT."