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.