What is an Alias? It is an automated way to do things inside a chat program (in this instance) You may have used the word-processing programs called Microsoft Word or Word Perfect. These use things called Macros to speed up things you do frequently. An Alias is really nothing more than a macro. All Windoze computer programs have one alias set up as a default. F1 (Function-key 1) is ALWAYS "Help". While you may find that other people can give you macros you can use in your chat program, they are very easy to do yourself, particularly if you have a well known chat program such as mIRC. We have a link at the bottom of the page to a text file you can download, and maybe copy lines from it into a mIRC alias.ini or alias.mrc file. However, as with all code, it is better if you do it yourself, because then you will know exactly what happens when you press a button. To add alias commands, you only need how to use a simple text editor like notepad. mIRC comes with its own editor. You hit Alt-A and a window pops up in which you can add alias commands, edit them, or remove them. mIRC comes with some aliases already set up - for example you can type /j #fred and it interprets that as /join #fred Suppose you wanted to join a channel with a much longer name of "#I-don't-believe-it's-true"? Well you could set up an alias of a single key such as Function Key 8 to do that... you would enter a new line into your alias file after hitting Alt-A which reads... /F8 /join #I-don't-believe-it's-true There is at least one person in #Christian who uses a dedicated key - or several of them - to post things to channel quite regularly. The help files in your chat program probably have a lot of information in them that most people don't ever read. If you are an op in our channel - or any other - you might want to consider using the alias idea for logging into the bot. While it is dangerous to actually script your password into an alias, you can use a special piece of code to open a dialogue box into which you can type your password, and there is another piece of code which takes whatever your nick happens to be and uses it in an "op me" command ! For example, to log into logos3 you could set up a 2-key stroke like this... /lp /msg logos3 pass $?="password" and logos would recognise that as being you once you had typed /lp and your password You could then set another up like this... /lc /chat logos3 This would cause a dcc chat request be sent to logos after you typed /lc, and you could then set up another like /op .op $me ... which would cause logos to op you (whatever your nick happens to be) when you typed /op in the bot's chat window Messaged commands are easily done too, setting another up like this... /lo /msg logos3 op # Having typed /lo, the bot would op you, because your chat program would translate the code # as meaning "in the channel in whose window this alias was sent" ========================== [aliases] - this is the original alias file supplied by the writer of mIRC... n0=/op /mode # +ooo $$1 $2 $3 n1=/dop /mode # -ooo $$1 $2 $3 n2=/j /join #$$1 $2- n3=/p /part # n4=/n /names #$$1 n5=/w /whois $$1 n6=/k /kick # $$1 n7=/q /query $$1 n8=/hop /part # | /join #$$1 n9=/send /dcc send $1 $2 n10=/chat /dcc chat $1 n11=/ping /ctcp $$1 ping these were sent to the ops email list by Willster in early y2000... n12=/m /mode # +m n13=/um /mode # -m n14=/i /mode # +i n15=/ui /mode # -i n16=/mi /mode # +mi n17=/umi /mode # -mi n18=/+v /mode # +vvvvv n19=/-v /mode # -vvvvv here are some suggested useful ones for Starlink-IRCusage... n0=/o /say .op $me $?="channel" n4=/do /mode # -o $me n5=/cs /msg CStar@CService.StarLink-IRC.Org auth # idnick $?="pass" n6=/da /msg CStar deauth # $1 use this in channelwindow n8=/l9 /chat logos9 n9=/l9c /msg logos9 chat n10=/l9p /msg logos9 pass $?="pass" n11=/l9o /msg logos9 op $me # n23=/csop /msg CStar op # $me use this in channel window and for Undernet usage taken from my own alias file... n0=/jc /join #Christian n2=/o /say .op use this in DCC chat window logos3 n3=/oc /say .op $me #Christian use this in DCC chat window logos3 n5=/do /mode # -o $me use this in channel window n21=/L3 /chat Logos3 n22=/L3m /msg Logos3 pass $?="pass" n23=/L3i /msg Logos3 ident $?="pass" yourhandle n24=/L3c /msg logos3 chat n25=/L3o /msg Logos3 op # use this in channel window n42=/x /msg X op # $me use this in channel window n43=/w /msg X@channels.undernet.org login username $?="pass" ©2001 eagles@chatministries.org can be used but must not be part of a package for sale 13:07 26/03/2001 eof