|


Some
symbols you should know:
.
$1 will pick
up the first word typed after the command
$2 will pick
up the 2nd word or group of words typed after the command
(example: /op /msg X op $1 $2)
You could then type "/op nick nick and op two people .
$$1 and $$2 basically
do the same thing as $1 and $2. BUT....if you use the $$1 or $$2
and don't fill in a word, the entire alias will not work... You can leave
$1 and $2 empty if you choose to. The alias will still work
(example: /wb /say Welcome back $$1
!!)
If you do not type in a nick, the alias will not work at all.
(example: /wb /say Welcome back $1
!!)
If you fail to enter a nick, you will still get "Welcome back!!"
*1 *2 work
like $1 and $2
|
-- the "pipe" or "bar" separates commands...so if you want to perform
2 operations with one alias you can separate them using the |.
(example: /kb /kick # mirc4dummies $1 | /mode #mirc4dummies +b $1)
By typing /kb "nick" you would kick and ban the person whose nick you typed.
(example: /wb /say Welcome back $1 !! | /sound wb.wav)
By typing /wb "nick" you would play your alias and play the wb.wav
$snicks in place of the $1 will pick up the highlighted nick.
Using
other aliases in your aliases:
Another fun thing
to do is to use an alias within an alias....For instance, /kt
is an alias that gives us multi colored letters....You can use that alias
instead of the /say command.
Programming
the f-keys:
You can use an f
key or shift f keys by programming them to be used instead of a /command.
My first f-key was this one: