mIRC Home    About    Download    Register    News    Help

Print Thread
#3886 29/12/02 06:03 AM
G
gingergurl
gingergurl
G
On one board i was on I saw something and if you entered /me strokes swift automatically swift, wether she was on or not as soon as u posted u would see swift says "purrs". I can't find this script and was wondering how to use it.

#3887 29/12/02 08:54 AM
T
Todd
Todd
T
Code:
  
on *:ACTION:$($+(*,strokes) $+($me,*)):#: {
  describe $chan purrs
}


Add that to your remotes (ALT+R), and then whenever someone types or 'acts' /me strokes yournick you will automatically reply by purring smirk

Last edited by Todd; 29/12/02 08:56 AM.
#3888 29/12/02 01:33 PM
S
Saturne
Saturne
S
The fact is that too many people deny the /describe command and try to use /me instead, the fact is that /me doesn't accept any flag, which would confuse the remote script, because it wouldn't know where to post the reaction. But there you go, you cannot avoid it...

#3889 29/12/02 04:03 PM
T
Todd
Todd
T
I thought I did use describe? wink


Link Copied to Clipboard