mIRC Home    About    Download    Register    News    Help

Print Thread
#36898 18/07/03 02:26 AM
Joined: Jun 2003
Posts: 10
M
mohawk Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jun 2003
Posts: 10
ok i name a littl program that i can put in names and info from irc thing is i want to do it from irc

when you open the program it is on the line that ya type in is there a way to make the aliases
i made the aliasesto oen it but it will not add what i typed

/nam /run c:\names\ircnames $1
all it does is open the program is there a way to make it so the words typed in after /nam will sho up in the box?

#36899 18/07/03 06:45 AM
Joined: Dec 2002
Posts: 40
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 40
I presume you want each name on a different line, if so the following will allow you to add up to 5 names at a time and then will show you the file.

Code:
/nam write c:\names\ircnames $1 | write c:\names\ircnames $2 | write c:\names\ircnames $3 | write c:\names\ircnames $4 | write c:\names\ircnames $5 | /run c:\names\ircnames


or are you wanting to add a name plus some info about that person? then try the following

Code:
/nam write c:\names\ircnames $1 $2- | /run c:\names\ircnames

Last edited by Time4aHoliday; 18/07/03 06:50 AM.

~ @#FunFactory / @#WorldChat ~ on DALnet ~

Link Copied to Clipboard