mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
178cd0acfb
commit
eedd174bac
@ -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'
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user