From ede1f24ef8eb7cd73da9f682ce2629ef3c36e141 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 14 May 2001 14:07:10 +0000 Subject: [PATCH] Removed $C from /W and /N aliases, it's not needed anymore. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1492 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 66962e4a..876b4020 100644 --- a/config +++ b/config @@ -40,8 +40,8 @@ aliases = { WI = "whois"; WII = "whois $0 $0"; WW = "whowas"; - W = "who $C"; - N = "names $C"; + W = "who"; + N = "names"; M = "msg"; T = "topic"; C = "clear";