mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2005
Posts: 3
K
Khaloo Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Feb 2005
Posts: 3
Would sumone fix the following line, so it will send peeps a text file when they type --> info <-- in the channel pls!?!

on *:text:*info*:#:msg $nick {$read cat.txt}

I would really be greatfull...I would!! smile

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on *:text:*info*:#: .play -m $nick " $+ $mircdirfile.txt "

that should to the trick, change the red part to your txt file..
or you could use:

on on *:TEXT:*:#: {
if ($1 == info) { .play -m $nick " $+ $mircdirfile.txt " }
}

the last one will ONLY trigger if the dude types "info" as the first word..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard