diff options
author | Timo Sirainen <cras@irssi.org> | 2001-05-14 14:07:10 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-05-14 14:07:10 +0000 |
commit | ede1f24ef8eb7cd73da9f682ce2629ef3c36e141 (patch) | |
tree | 4cca95276142f958d6be61a57172019bc1b80f80 /config | |
parent | 3bd6666aea146772e8afdc10dbfbaa7a2b63235d (diff) | |
download | irssi-ede1f24ef8eb7cd73da9f682ce2629ef3c36e141.zip |
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
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |