mIRC Home    About    Download    Register    News    Help

Print Thread
#62204 29/11/03 05:37 AM
Joined: Oct 2003
Posts: 14
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Oct 2003
Posts: 14
Hello,
How can I make a command to view the entire contents of an ini? I'd want something like this:
Code:
 on *:text:`View Board: #WireScrim:{
 if ($nick == Grau || Proselyte) { Send the contents of board.ini. }
}  


I would need something like timers to keep from spamming it out no?

#62205 29/11/03 05:56 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Play it as raw text? Use play # board.ini 1000 to play it with a 1 second delay between each line.

#62206 01/12/03 03:11 AM
Joined: Oct 2003
Posts: 14
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Oct 2003
Posts: 14
How exactly do I script that?


Link Copied to Clipboard