From 3a7e603df5c7cf2ca5dbb0fee44b24f0c7570e97 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 14 Apr 2002 10:03:42 +0000 Subject: [PATCH] even more code tags git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2673 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/startup-HOWTO.html | 109 +++++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 53 deletions(-) diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index fc1b01fa..d3b7945a 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -142,7 +142,7 @@ If you want lines containing your nick to hilight:

Windows can be scrolled up/down with PgUp and PgDown keys. If they don't work for you, use Meta-p and Meta-n keys. For jumping to beginning or end of -the buffer, use /SB HOME and /SB END commands.

+the buffer, use /SB HOME and /SB END commands.

By default, irssi uses "hidden windows" for everything. Hidden window is created every time you /JOIN a channel or /QUERY @@ -267,8 +267,8 @@ irssi correctly with multiple servers see the chapter 6.

First you need to have your IRC network set, use /IRCNET command to see if it's already there. If it isn't, use /IRCNET ADD yourircnet. If you want to execute some commands automatically when -you're connected to some network, use -autosendcmd option. Here's some -examples:

+you're connected to some network, use -autosendcmd option. +Here's some examples:

      /IRCNET ADD -autosendcmd '^msg bot invite' ircnet
@@ -282,10 +282,11 @@ examples:

/SERVER ADD -auto -ircnet worknet irc.mycompany.com 6667 password
-

The -auto option specifies that this server is automatically connected -at startup. You don't need to make more than one server with -auto -option to one IRC network, other servers are automatically connected in -same network if the -auto server fails.

+

The -auto option specifies that this server is +automatically connected at startup. You don't need to make more than one +server with -auto option to one IRC network, other servers are +automatically connected in same network if the -auto server +fails.

And finally channels:

@@ -295,14 +296,15 @@ same network if the -auto server fails.

/CHANNEL ADD -auto #secret ircnet password -

-bots and -botcmd should be the only ones needing a bit of -explaining. They're used to send commands automatically to bot when -channel is joined, usually to get ops automatically. You can specify -multiple bot masks with -bots option separated with spaces (and -remember to quote the string then). The $0 in -botcmd specifies the -first found bot in the list. If you don't need the bot masks (ie. the -bot is always with the same nick, like chanserv) you can give only the --botcmd option and the command is always sent.

+

-bots and -botcmd should be the only ones +needing a bit of explaining. They're used to send commands automatically to +bot when channel is joined, usually to get ops automatically. You can +specify multiple bot masks with -bots option separated with +spaces (and remember to quote the string then). The $0 in +-botcmd specifies the first found bot in the list. If you +don't need the bot masks (ie. the bot is always with the same nick, like +chanserv) you can give only the -botcmd option and the command +is always sent.

4. Setting up windows and automatically restoring them at startup

@@ -375,10 +377,10 @@ list of levels with

/HELP levels -

Status window has message level "ALL -MSGS", meaning that all messages, -except private messages, without more specific place go to status -window. The -MSGS is there so it doesn't conflict with messages -window.

+

Status window has message level ALL -MSGS, meaning that all +messages, except private messages, without more specific place go to status +window. The -MSGS is there so it doesn't conflict with +messages window.

6. How support for multiple servers works in irssi

@@ -413,9 +415,9 @@ When there's multiple connections to same IRC network or server, irssi adds a number after the tag so there could be ircnet, ircnet2, ircnet3 etc.

-

Server tags beginning with RECON- mean server reconnections. Above we -see that connection to server at 192.168.0.1 wasn't successful and -irssi will try to connect it again in 3 minutes.

+

Server tags beginning with RECON- mean server +reconnections. Above we see that connection to server at 192.168.0.1 wasn't +successful and irssi will try to connect it again in 3 minutes.

To disconnect one of the servers, or to stop irssi from reconnecting, use

@@ -445,8 +447,8 @@ multiple connected servers, irssi adds [servertag] prefix to all messages in non-channel/query messages so you'll know where it came from.

-

Several commands also accept -servertag option to specify which server -it should use:

+

Several commands also accept -servertag option to specify +which server it should use:

      /MSG -tag nick message
@@ -454,8 +456,8 @@ it should use:

/QUERY -tag nick
-

/MSG tab completion also automatically adds the -tag option when -nick isn't in active server.

+

/MSG tab completion also automatically adds the +-tag option when nick isn't in active server.

Window's server can be made sticky. When sticky, it will never automatically change to anything else, and if server gets disconnected, the @@ -494,16 +496,16 @@ scrollback buffer. Simplest usages are

If there's more than 1000 lines to be printed, irssi thinks that you -probably made some mistake and won't print them without -force option. -If you want to save the full lastlog to file, use

+probably made some mistake and won't print them without -force +option. If you want to save the full lastlog to file, use

      /LASTLOG -file ~/irc.log
 
-

With -file option you don't need -force even if there's more than 1000 -lines. /LASTLOG has a lot of other options too, see /HELP -lastlog for details.

+

With -file option you don't need -force even +if there's more than 1000 lines. /LASTLOG has a lot of other +options too, see /HELP lastlog for details.

Once you've found the lines you were interested in, you might want to check the discussion around them. Irssi has /SCROLLBACK (or @@ -626,9 +628,9 @@ about them:

servers through your BNC. All server connections are made through them so you can just forget that your bouncer even exists.

-

If you don't want to use the proxy for some reason, there's -noproxy -option which you can give to /SERVER and /SERVER -ADD commands.

+

If you don't want to use the proxy for some reason, there's +-noproxy option which you can give to /SERVER and +/SERVER ADD commands.

Proxy specific settings:

@@ -698,7 +700,7 @@ and the user's password with /SERVER ADD.

Irssi proxy

Irssi contains it's own proxy which you can build giving ---with-proxy option to configure. You'll still need to run +--with-proxy option to configure. You'll still need to run irssi in a screen to use it though.

Irssi proxy is a bit different than most proxies, normally proxies @@ -743,9 +745,9 @@ specified in /SET irssiproxy_password. For example:

SOCKS

-Irssi can be compiled with socks support (--with-socks -option to configure), but I don't really know how it works, if at all. /SET -proxy settings don't have anything to do with socks however. +Irssi can be compiled with socks support (--with-socks option +to configure), but I don't really know how it works, if at all. /SET +proxy settings don't have anything to do with socks however.

Others

@@ -778,12 +780,12 @@ of them you might want to change (the default value is shown):

/SET autocreate_own_query ON
Should new query window be created when you send message to someone - (with /msg).
+ (with /MSG).
/SET autocreate_query_level MSGS
New query window should be created when receiving messages with this level. MSGS, DCCMSGS and NOTICES levels work currently. You can - disable this with /SET -clear autocrate_query_level.
+ disable this with /SET -clear autocrate_query_level.
/SET autoclose_query 0
Query windows can be automatically closed after certain time of @@ -803,8 +805,8 @@ of them you might want to change (the default value is shown):

/SET use_status_window ON
Create status window at startup. All messages that don't really have better place go here, like all /WHOIS replies etc. Status window - can also be created manually with /WINDOW LEVEL ALL -MSGS, /WINDOW NAME - (status).
+ can also be created manually with /WINDOW LEVEL ALL -MSGS, + /WINDOW NAME (status).
/SET autocreate_windows ON
Should we create new windows for new window items or just place @@ -812,7 +814,7 @@ of them you might want to change (the default value is shown):

/SET autoclose_windows ON
Should window be automatically closed when the last item in them is - removed (ie. /PART, /UNQUERY).
+ removed (ie. /PART, /UNQUERY).
/SET reuse_unused_windows OFF
When finding where to place new window item (channel, query) Irssi @@ -821,16 +823,16 @@ of them you might want to change (the default value is shown):

ignored if autoclose_windows is set ON.
/SET window_auto_change OFF
-
Should Irssi automatically change to automatically created windows - - usually queries when someone sends you a message. To prevent +
Should Irssi automatically change to automatically created windows - + usually queries when someone sends you a message. To prevent accidentally sending text meant to some other channel/nick, Irssi clears the input buffer when changing the window. The text is still in scrollback buffer, you can get it back with pressing arrow up key.
/SET print_active_channel OFF
When you keep more than one channel in same window, Irssi prints - the messages coming to active channel as "<nick> text" - and other channels as "<nick:channel> text". If this + the messages coming to active channel as <nick> text + and other channels as <nick:channel> text. If this setting is set ON, the messages to active channels are also printed in the latter way.
@@ -886,11 +888,12 @@ of them you might want to change (the default value is shown):

/SET show_nickmode ON
Show the nick's mode before nick in channels, ie. ops have - <@nick>, voices <+nick> and others < nick>
+ <@nick>, voices <+nick> and others + < nick>
/SET show_nickmode_empty ON
If the nick doesn't have a mode, use one space. ie. ON: - < nick>, OFF: <nick>
+ < nick>, OFF: <nick>
/SET show_quit_once OFF
Show quit message only once in some of the channel windows the @@ -904,13 +907,13 @@ of them you might want to change (the default value is shown):

When lines are longer than screen width they have to be split to multiple lines. This specifies how much space to put at the beginning of the line before the text begins. This can be overridden in text - formats with %| format.
+ formats with %| format.
/SET activity_hide_targets
If you don't want to see window activity in some certain channels - or queries, list them here. For example "#boringchannel =bot1 =bot2". - If any highlighted text or message for you appears in that window, this - setting is ignored and the activity is shown.
+ or queries, list them here. For example #boringchannel =bot1 + =bot2. If any highlighted text or message for you appears in that + window, this setting is ignored and the activity is shown.

Nick completion