Switch to edit mode.
Name(s): jabber_shout1: "Tells everyone in args[2] the text in args[1], with substitutions as specified by subsequent args."
2: fork (0)
3: if (valid(args[2]) && args[1])
4: args[2]:sub_announce_all_but({player, this}, args[1], @args[3..length(args)])
5: endif
6: endfork
7: suspend(0)
8: "Last modified by Dax (#789) on Tue Jun 2 21:38:45 1998 EDT."