mIRC Home    About    Download    Register    News    Help

Print Thread
#187517 06/10/07 10:15 PM
Joined: Sep 2007
Posts: 109
K
kwell Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Sep 2007
Posts: 109
That I must make to send 2 line to "did -ra $dname 1" and not it 1

Example:
Code:
/msg MemoServ read 1 

<MemoServ> Memo 2 de Mandarina (15 Sep 23:42:24 2007 EST) <- Not send
<MemoServ> Hola <- send 

Or:
/msg MemoServ list 

<MemoServ> Memos para mOX. <- Not send
<MemoServ>  Num  De  Fecha/Hora <- Not send
<MemoServ>    1  Mandarina         30 Abr 17:57:33 2007 EST <- send  -> "1  Mandarina"
<MemoServ>    2  Mandarina         15 Sep 23:42:24 2007 EST <- send  ->  "2  Mandarina"


Last edited by kwell; 06/10/07 10:17 PM.
kwell #187523 07/10/07 07:32 AM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Code:
on *:NOTICE:*:?:{
if ($nick == MemoServ) {
if ($1 isin 123456789) { did -a $dname 1 $1-2 }
elseif ($5 == $+($chr(40),$date(mmm))) || ($1 == Num) || ($1 == Memos)  { return }
else { did -a $dname 1 $1- }
}
}


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Lpfix5 #187558 07/10/07 09:50 PM
Joined: Sep 2007
Posts: 109
K
kwell Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Sep 2007
Posts: 109
Thanks you Lpfix5, it is what wished

kwell #187562 08/10/07 12:51 AM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
No problem, There's certain things that can be re-coded but that should solve your issue for now.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard