mIRC Home    About    Download    Register    News    Help

Print Thread
#236357 20/02/12 08:25 PM
J
jhon00
jhon00
J
hi , i'm new here
i want to correct this script
Code:
    on *:text:!read:#:{
      msg $nick $read read.txt
    }


when i type !read it's pm only one random sentence/text line. but i want to pm full complete text file(line by line all data at once, not random one line). how can i do it frown
thanks !

Last edited by jhon00; 20/02/12 08:26 PM.
Joined: Mar 2010
Posts: 144
Vogon poet
Offline
Vogon poet
Joined: Mar 2010
Posts: 144
If you want to send all the contents in the file to the person then try /play.


Nothing...
J
jhon00
jhon00
J
Originally Posted By: Masoud
If you want to send all the contents in the file to the person then try /play.


sir how to add it into my script ? blush
Code:
 on *:text:!read:#:{
      msg $nick $read read.txt
    }


pls edit this script for me laugh

Joined: Mar 2010
Posts: 144
Vogon poet
Offline
Vogon poet
Joined: Mar 2010
Posts: 144
Code:
on *:Text:!read:#:{
  play $nick Path\to\file.txt
}


Nothing...
J
jhon00
jhon00
J
Originally Posted By: Masoud
Code:
on *:Text:!read:#:{
  play $nick Path\to\file.txt
}

thank you sir <3


Link Copied to Clipboard