1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

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
This commit is contained in:
Timo Sirainen 2001-05-14 14:07:10 +00:00 committed by cras
parent 3bd6666aea
commit ede1f24ef8

4
config
View File

@ -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";