Switch to edit mode.
Name(s): tell1: pass(@args)
2: if (typeof(args[1]) == $LIST)
3: for x in (args[1])
4: $hub:send({this}, "heard_string", x)
5: endfor
6: else
7: $hub:send({this}, "heard_string", tostr(@args))
8: endif
9: "Last modified by Dax (#789) on Tue May 3 13:45:07 2005 MDT."