MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: repeat '*** Connected ***' msg (fwd)




>
>How often the last Lambda MOO send '*** Connected ***' message to
> the client. 
>
>I have a trigger (on tf) who reacts to it and it trigs very often (when
>looking at $network, $login, making a help mail, and to some other
>objects...) and I never see the triggered string except at first 
>connection. Is it normal? Is it a way to avoid it's 'side-effect' and 
>having my trigger only work at connect time?

Use a regexp to match, and put a ^ at the beginning. That will only match a "*** Connected ***" message if it's at the beginning of a line.


-- 
------------------- http://www-hons-cs.cs.st-and.ac.uk/~dg --------------------
   If you're up against someone more intelligent than you are, do something
    totally insane and let him think himself to death.  --- Pyanfar Chanur
---------------- Sun-Earther David Daton Given of Lochcarron ------------------




References:

Home | Subject Index | Thread Index