in reply to Re^2: Script replaces instead of add
in thread Script replaces instead of add

OK, then, you could also try changing the function to add the new delayed message to the one you currently have. As I mentioned, you're simply replacing the current value in the hash. If you want to add it to the nickname, then you'll have to pull out the current message (if any) and combine it with the new message, and only *then* assign the value to the hash.

...roboticus

When your only tool is a hammer, all problems look like your thumb.