![]()

Creating an aliase
Click on the Add button at
the bottom of the aliase box.
Give your new aliase a name (something easy to relate to the picture)
Highlight your new name in the left box. On the right, paste or create your new aliase,
click save.
To read text files from aliases:
/execread c:\wavs\txtfiles\greet.txt
NOTE: the / is a command in aliases. It must start flush to the left within the command definition box, NO Spaces before it.
To save a multi line popup from your screen to aliases
Aliases, as everything else, has several ways of doing something. If you want to just highlight the nick you want to play an aliase to, you use $snick. If you want to have freedom to use the aliase with any nick then you put in $1. To play it you would type /aliasename Nick, play with it you will get the idea soon enough.
FUNCTION KEYS
You have a vast amount of options within aliases. Function keys work with just hitting a key.
You can have all the F keys (EXCEPT F1 & F4) F1 is for pirch help, F4 closes pirch.
Combinations of f keys give you even more! You can use the ctrl + F Keys, Shift + F keys, Alt + F keys, AND you can combine all of them to give you even more! ctrl+shift+alt+f keys.
The function keys give you quick access to commands. Things such as identifying on a server are good for F keys.
example: F2= /msg nickserv identify (password)
then all you do is hit the F2 key when you logon.
Using color and other
formatting features in text
To type in color:
The first number is the color of your text, the second number is the color of your background seperated by a (,).
To make bold, italic, or underlined text:
*These commands can be used
in multiple combinations to produce different effects. To end a color and start another
make sure you hit ctrl + K to seperate. The same goes to stop and start bold, Italic or
Underlined. Play around with the commands, you will get the idea and be making your own
spectacular combinations in no time. You will see these commands if you Right Click in
pirch also.
![]()
PILS
Basically a PIL is programming language that runs within PIRCH, and allows you to manipulate information and text, issue commands, run calculations etc etc etc... the possibilities with PIL are limited only to your imagination.
All we intend to do here is give you the basic knowledge of how to install a PIL into your aliases and a basic idea how to use them.
Let's say that the PIL file that we wish to install and run is called "HUG.PIL", and that it is located currently in your C:\PIRCH32 directory. (All PIL files have the file extension ".pil")

You can make it an aliase or a popup rather than typing all that each time you wish it to run. More complicated pils make it frustrating to remember the exact commands to run.
If you have
any trouble getting a PIL to run, check for error messages in the "Server"
window, this may give you an idea as to what the problem is. If you are still unable to
run the PIL, contact the author of the PIL as he/she is the person that knows what the PIL
is supposed to do. Given the huge number of PILs available, the operators of Picard are
not really in a position to provide detailed answers to why a particular PIL will not run.
But those with pirch have played with a pil or two and can maybe help figure it out
together.
![]()