mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 291
W
Fjord artisan
OP Offline
Fjord artisan
W
Joined: Jun 2004
Posts: 291
i want to beable for the user to enter a channel in the box then it msg the chan something
$?="Enter Channel Name e.g #Channel "
but it says #channel is not a command
but all i want is to get the channel and msg it
like msg $1- hello
pls help me thanks

i know :
/msg $?="Enter Channel Name e.g #Channel "
but how can i make it play a text file to the nick/channel
if the txt was called play.txt
itried
/msg $?="Enter Channel Name e.g #Channel " $read(hello.txt)
but that didnt work pls help me out here
thanks alot

Last edited by whatsthedillio; 08/08/04 10:19 AM.
Joined: Feb 2003
Posts: 67
N
Naz Offline
Babel fish
Offline
Babel fish
N
Joined: Feb 2003
Posts: 67
Say this:msg $?="Enter Channel Name e.g #Channel " Your text here.

The above works fine as a popup or a script menu.


Those who live by the sword get shot by those who don't.
Joined: Mar 2004
Posts: 130
T
Vogon poet
Offline
Vogon poet
T
Joined: Mar 2004
Posts: 130
type this for test

Code:
 
//play $?"enter channel" versions.txt 2000
 

Joined: Jun 2004
Posts: 291
W
Fjord artisan
OP Offline
Fjord artisan
W
Joined: Jun 2004
Posts: 291
yep worked great thanks alot

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
You can also use #$input()
  • //play #$$input(Enter channel,e) file.txt 1500


Link Copied to Clipboard