summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-05-14 14:07:10 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-05-14 14:07:10 +0000
commitede1f24ef8eb7cd73da9f682ce2629ef3c36e141 (patch)
tree4cca95276142f958d6be61a57172019bc1b80f80 /config
parent3bd6666aea146772e8afdc10dbfbaa7a2b63235d (diff)
downloadirssi-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--config4
1 files 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";