summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorNicolas Cavigneaux <bounga@altern.org>2003-10-03 20:20:48 +0000
committerNicolas Cavigneaux <bounga@altern.org>2003-10-03 20:20:48 +0000
commite0fb9723a71499195b7a717344acc0f5f5b4fb94 (patch)
treea726dfcf087ef48133e327a1acf8a4fa8a9754a0 /src/config.c
parent3782ef828a0ef0505b965367cf02b39038666066 (diff)
downloadweechat-e0fb9723a71499195b7a717344acc0f5f5b4fb94.zip
Added some standard aliases
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 5935af5b0..161d422cf 100644
--- a/src/config.c
+++ b/src/config.c
@@ -973,7 +973,30 @@ config_create_default ()
/* default alias */
fputs ("\n[alias]\n", file);
- fputs ("say=msg *\n", file);
+ fputs ("SAY=msg *\n", file);
+ fputs ("BYE=quit\n", file);
+ fputs ("EXIT=quit\n", file);
+ fputs ("SIGNOFF=quit\n", file);
+ fputs ("C=clear\n", file);
+ fputs ("CL=clear\n", file);
+ fputs ("CHAT=dcc chat\n", file);
+ fputs ("GET=dcc get\n", file);
+ fputs ("IG=ignore\n", file);
+ fputs ("J=join\n", file);
+ fputs ("K=kick\n", file);
+ fputs ("KB=kickban\n", file);
+ fputs ("KN=knockout\n", file);
+ fputs ("LEAVE=part\n", file);
+ fputs ("M=msg\n", file);
+ fputs ("MUB=unban *\n", file);
+ fputs ("N=names\n", file);
+ fputs ("T=topic\n", file);
+ fputs ("UB=unban\n", file);
+ fputs ("UNIG=unignore\n", file);
+ fputs ("W=who\n", file);
+ fputs ("WC=part\n", file);
+ fputs ("WI=whois\n", file);
+ fputs ("WW=whowas\n", file);
/* default server is freenode */
fputs ("\n[server]\n", file);