1# $EPIC: basical,v 1.3 2001/11/28 09:13:10 anders Exp $
2Synopsis:
3   load basical
4
5Description:
6   This script is a collection of simple, though oft-used, aliases.  It is
7   usually loaded automatically when the client starts.
8
9     Alias        Description                                             
10     /a           same as AWAY
11     /c           same as CHANNEL
12     /ch          same as CHANNEL
13     /chop <x>    give user channel mode +o in current channel
14     /dmsg <x>    send a MSG across an existing DCC chat connection
15     /dquery <x>  start a query with an existing DCC chat connection
16     /e           same as EXIT
17     /h           same as HELP
18     /i           same as INVITE
19     /j           same as JOIN
20     /k           same as KICK, for current channel
21     /l           same as LIST
22     /log         same as SET LOG
23     /m           same as MSG
24     /mo          same as MODE
25     /n           same as NAMES
26     /s           same as SIGNOFF
27     /show        sends output of an EXEC command to the current target
28     /t           same as TOPIC
29     /umode       sets user modes
30     /unchop      opposite of /chop
31     /w           same as WHOIS
32     /wdetected   do WHOIS for the last nickname detected by NOTIFY
33
34See Also:
35   alias(8); away(1); bigcheese(8); dcc(1); exec(5); help(1); invite(1);
36   ircprimer(8); join(1); kick(1); list(2); load(5); msg(1); mode(1);
37   names(2); notify(1); set(4) log; signoff(1); topic(1); whois(2)
38
39Other Notes:
40   This script was written by Carl von Loesch (lynx) and Troy Rollo (troy).
41
42