1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Helpfile improvements from "rudi_s".

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5097 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Jilles Tjoelker 2009-09-02 21:46:57 +00:00 committed by jilles
parent 178cd0acfb
commit eedd174bac
10 changed files with 21 additions and 8 deletions

View File

@ -13,6 +13,8 @@ the following:
Domain - *!*@*.domain.net Domain - *!*@*.domain.net
Custom [nick] [user] [host] [domain] Custom [nick] [user] [host] [domain]
If no nick is given the current bans in this channel are displayed.
Examples: Examples:
/BAN loser - Bans the nick 'loser' /BAN loser - Bans the nick 'loser'
/BAN -host loser - Bans the host of nick 'loser' /BAN -host loser - Bans the host of nick 'loser'

View File

@ -11,7 +11,7 @@
-window: Move the output of specified process to active window -window: Move the output of specified process to active window
-close: Forcibly close (or "forget") a process that doesn't die. -close: Forcibly close (or "forget") a process that doesn't die.
This only removes all information from irssi concerning the This only removes all information from irssi concerning the
process, it doesn't send SIGKILL or anything the process. process, it doesn't send SIGKILL or anything the process.
-<signal>: Send a signal to process. <signal> can be either numeric -<signal>: Send a signal to process. <signal> can be either numeric
or one of the few most common ones (hup, term, kill, ...) or one of the few most common ones (hup, term, kill, ...)

View File

@ -20,6 +20,9 @@ Examples:
Hilight lines that have "mynick" word: Hilight lines that have "mynick" word:
/HILIGHT mynick /HILIGHT mynick
Hilight all messages from "mynick":
/HILIGHT -mask mynick!*@*
Hilight lines that were written by nicks from *.fi with bold green Hilight lines that were written by nicks from *.fi with bold green
/HILIGHT -color %%G -mask *!*@*.fi /HILIGHT -color %%G -mask *!*@*.fi

View File

@ -4,14 +4,15 @@
-regexp: <pattern> is a regular expression -regexp: <pattern> is a regular expression
-full: <pattern> must match to full words -full: <pattern> must match to full words
-pattern: <pattern> must match to the message's text -pattern: <pattern> must match to the message's text
-except: *DON'T* ignore - overrides an existing ignore.
-replies: Ignore replies to nick in channels. For example -replies: Ignore replies to nick in channels. For example
"/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone "/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone
from Finland, but also anyone sending message from Finland, but also anyone sending message
"tofinnishnick: blahblah". "tofinnishnick: blahblah".
-except: *DON'T* ignore - overrides an existing ignore.
-network: Ignore only on this network. -network: Ignore only on this network.
-ircnet: Same as -network. Deprecated. Do not use. -ircnet: Same as -network. Deprecated. Do not use.
-channels: Ignore only in channels -channels: Ignore only in channels
-time: <secs> seconds after the ignore is removed
<mask>: Either a nick mask or list of channels <mask>: Either a nick mask or list of channels
<levels>: List of levels to ignore. You can use -<level> to remove levels <levels>: List of levels to ignore. You can use -<level> to remove levels
from ignore. from ignore.
@ -28,6 +29,7 @@ The best match always wins, so you can have:
Examples: Examples:
/IGNORE * JOINS - ignore joins in all channels
/IGNORE #channel ALL -PUBLIC -ACTIONS - ignore all but public/actions /IGNORE #channel ALL -PUBLIC -ACTIONS - ignore all but public/actions
/IGNORE #channel -JOINS - don't ignore joins anymore /IGNORE #channel -JOINS - don't ignore joins anymore
/IGNORE -replies *!user@*.host.org ALL - ignore user and all replies /IGNORE -replies *!user@*.host.org ALL - ignore user and all replies

View File

@ -7,7 +7,5 @@ which may be omitted here.
JOIN is aliased to J by default. Example: /j irssi JOIN is aliased to J by default. Example: /j irssi
(This joins to the channel #irssi) (This joins to the channel #irssi)
Description
See also: PART, WINDOW CLOSE See also: PART, WINDOW CLOSE

View File

@ -3,7 +3,7 @@
This command "kicks" the specified user off of the specified This command "kicks" the specified user off of the specified
channel. It is typically used to remove troublemakers, flooders, channel. It is typically used to remove troublemakers, flooders,
or people otherwise making a nuisanse of themselves on the channel. or people otherwise making a nuisance of themselves on the channel.
The reason for the kick is recommended, but not required by the IRC The reason for the kick is recommended, but not required by the IRC
servers. servers.

View File

@ -10,5 +10,7 @@ directories:
See plugins page of http://www.irssi.org/ to see if there's any plugins See plugins page of http://www.irssi.org/ to see if there's any plugins
you'd want to use. you'd want to use.
To load a perl script you should use /SCRIPT.
See also: UNLOAD See also: UNLOAD

View File

@ -1,7 +1,7 @@
@SYNTAX:oper@ @SYNTAX:oper@
Gives you operator priviledges if the correct nickname and Gives you operator privileges if the correct nickname and
password are given. If password is not given, you will be password are given. If password is not given, you will be
prompted for one. If no nickname is given, your current prompted for one. If no nickname is given, your current
nickname will be used. nickname will be used.

View File

@ -1,7 +1,7 @@
@SYNTAX:quit@ @SYNTAX:quit@
This ends your irc session. If a quit message is supplied, it This ends your IRC session. If a quit message is supplied, it
will be displayed to anyone else on any channel you were on will be displayed to anyone else on any channel you were on
before quitting. If one isn't specified, the text "Leaving" is before quitting. If one isn't specified, the text "Leaving" is
used. used.

View File

@ -1,4 +1,10 @@
@SYNTAX:statusbar@ @SYNTAX:statusbar@
Commands for modifying statusbar. Commands for modifying the statusbar.
/STATUSBAR
- Display all statusbars.
/STATUSBAR <name>
- display elements of statusbar <name>