mIRC Home    About    Download    Register    News    Help

Print Thread
#110842 10/02/05 10:43 PM
Joined: Jan 2005
Posts: 9
X
Xuxa Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
X
Joined: Jan 2005
Posts: 9
Hi everybody!

What I want to do is have a script that, when somebody sends me a private message, automatically responds with...

/me No such nick/channel

...so what they see is...

* Xuxa No such nick/channel

...I realize that this isn't exactly what they'd see if my nick actually didn't exist but the people I have in mind using this for are a bunch of half-witted troublemakers who aren't likely to notice the difference.

I've tried this...

Code:
on *:TEXT:*:?:query $nick /me No such nick/channel


...but it doesn't recognize "/me" as being a command and simply prints it out verbatim.

Any ideas?

Thanks!

#110843 10/02/05 10:48 PM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
on *:TEXT:*:?:/describe $nick message

#110844 10/02/05 11:04 PM
Joined: Jan 2005
Posts: 9
X
Xuxa Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
X
Joined: Jan 2005
Posts: 9
Works great!

THANK YOU! shocked

#110845 10/02/05 11:07 PM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
your welcome smile


Link Copied to Clipboard