diff options
author | Timo Sirainen <cras@irssi.org> | 2004-07-11 14:41:46 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-07-11 14:41:46 +0000 |
commit | 84b23e20c248ab1ff83b83f888a479b9ffb59ea5 (patch) | |
tree | 45512f6944b9b668c0b4719bcc91ad7142497ba4 /src/fe-text/irssi.c | |
parent | 820b59db66cd00e9e60b8fd46133ac20fe8f0f6e (diff) | |
download | irssi-84b23e20c248ab1ff83b83f888a479b9ffb59ea5.zip |
Added /MANUAL-WINDOWS alias which removes all automated windowing stuff.
Startup message also mentions it.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3261 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/irssi.c')
-rw-r--r-- | src/fe-text/irssi.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fe-text/irssi.c b/src/fe-text/irssi.c index 0451016c..4064025b 100644 --- a/src/fe-text/irssi.c +++ b/src/fe-text/irssi.c @@ -84,11 +84,11 @@ int quitting; static const char *firsttimer_text = "Looks like this is the first time you've run irssi.\n" "This is just a reminder that you really should go read\n" - "startup-HOWTO if you haven't already. Irssi's default\n" - "settings aren't probably what you've been used to, and you\n" - "shouldn't judge the whole client as crap based on them.\n\n" - "You can find startup-HOWTO and more irssi beginner info at\n" - "http://irssi.org/beginner/"; + "startup-HOWTO if you haven't already. You can find it\n" + "and more irssi beginner info at http://irssi.org/help/\n" + "\n" + "For the truly impatient people who don't like any automatic\n" + "window creation or closing, just type: /MANUAL-WINDOWS"; static int display_firsttimer = FALSE; |