in reply to Script replaces instead of add
It looks like adddelays is using a hash to store the messages: each nickname gets a single message. If you instead use a hash of arrays, you could have multiple messages for each nickname. It may make delay management a bit trickier, though--do you want to remove *one* delayed message from a nickname, or all. If one, *which* one?
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Script replaces instead of add
by geekism (Initiate) on Jul 23, 2015 at 04:34 UTC | |
by roboticus (Chancellor) on Jul 23, 2015 at 10:27 UTC |