My very simple script is as follows:

on *:text:*:?: /msg $nick where are you from?

Now, I need this script to run on one and only one ontext event, per each query. In other words, I want this script to reply only once.

Does anybody know how do I do this?

Thanks