mIRC Homepage
Posted By: mohawk help with aliases - 18/07/03 02:26 AM
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?
Posted By: Time4aHoliday Re: help with aliases - 18/07/03 06:45 AM
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
© mIRC Discussion Forums