| if proc, hasProc := AllProc[cmd]; hasProc { | if proc, hasProc := AllProc[cmd]; hasProc { | ||||
| proc.init(ss) | proc.init(ss) | ||||
| proc.intro(ss, in) | proc.intro(ss, in) | ||||
| //proc.start(ss, in) | |||||
| proc.start(ss, in) | |||||
| processed = true | processed = true | ||||
| return true | return true | ||||
| } | } |