From 79b908c41cbfbdf6191720a7dbc1dd5dfea7e458 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 7 May 2001 15:19:15 +0000 Subject: [PATCH] Default alias /CHAT -> /DCC CHAT git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1463 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 7eab63be..66962e4a 100644 --- a/config +++ b/config @@ -61,4 +61,5 @@ aliases = { WN = "window new hide"; SV = "say Irssi $J - http://irssi.org/"; GOTO = "sb goto"; + CHAT = "dcc chat"; };