mIRC Home    About    Download    Register    News    Help

Print Thread
#236356 20/02/12 07:22 PM
Joined: Feb 2012
Posts: 1
E
Mostly harmless
OP Offline
Mostly harmless
E
Joined: Feb 2012
Posts: 1
Hello,

I have maked a script but i cant come further.

I have this:

on *:TEXT:*:*: {
if ($nick == Bot1 || $nick == Bot2 || $nick == Bot3) && (<ingamename> == $3) {
if (!lastseen == $5) { msg #channel !lastseen $6-}
elseif (!getid == $5) { msg #drd !getid $6-}
}
}
}

I have this and it is working.
I send from Ingame to Irc !lastseen <username>
Then it says in Chnnel <username> was last seen on:

And then i dont know it.
How to make it that the line: <username> was last seen on:
Is getting in pm.

That when i do !lastseen <username> ingame that i get an pm.

!pm <ingamename> <username> was last seen on:

How to make that? can anyone help me with the last thing?

Thanx,

Last edited by Efferinie; 20/02/12 07:22 PM.
Efferinie #236363 20/02/12 10:50 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If you want it to send to a PM instead of channel, just change the msg lines to msg $nick instead of msg #channel or msg #drd.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard