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
|
||||
Custom [nick] [user] [host] [domain]
|
||||
|
||||
If no nick is given the current bans in this channel are displayed.
|
||||
|
||||
Examples:
|
||||
/BAN loser - Bans the nick 'loser'
|
||||
/BAN -host loser - Bans the host of nick 'loser'
|
||||
|
@ -11,7 +11,7 @@
|
||||
-window: Move the output of specified process to active window
|
||||
-close: Forcibly close (or "forget") a process that doesn't die.
|
||||
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
|
||||
or one of the few most common ones (hup, term, kill, ...)
|
||||
|
||||
|
@ -20,6 +20,9 @@ Examples:
|
||||
Hilight lines that have "mynick" word:
|
||||
/HILIGHT mynick
|
||||
|
||||
Hilight all messages from "mynick":
|
||||
/HILIGHT -mask mynick!*@*
|
||||
|
||||
Hilight lines that were written by nicks from *.fi with bold green
|
||||
/HILIGHT -color %%G -mask *!*@*.fi
|
||||
|
||||
|
@ -4,14 +4,15 @@
|
||||
-regexp: <pattern> is a regular expression
|
||||
-full: <pattern> must match to full words
|
||||
-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
|
||||
"/IGNORE -replies *!*@*.fi PUBLIC" ignores everyone
|
||||
from Finland, but also anyone sending message
|
||||
"tofinnishnick: blahblah".
|
||||
-except: *DON'T* ignore - overrides an existing ignore.
|
||||
-network: Ignore only on this network.
|
||||
-ircnet: Same as -network. Deprecated. Do not use.
|
||||
-channels: Ignore only in channels
|
||||
-time: <secs> seconds after the ignore is removed
|
||||
<mask>: Either a nick mask or list of channels
|
||||
<levels>: List of levels to ignore. You can use -<level> to remove levels
|
||||
from ignore.
|
||||
@ -28,6 +29,7 @@ The best match always wins, so you can have:
|
||||
|
||||
Examples:
|
||||
|
||||
/IGNORE * JOINS - ignore joins in all channels
|
||||
/IGNORE #channel ALL -PUBLIC -ACTIONS - ignore all but public/actions
|
||||
/IGNORE #channel -JOINS - don't ignore joins anymore
|
||||
/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
|
||||
(This joins to the channel #irssi)
|
||||
|
||||
Description
|
||||
|
||||
See also: PART, WINDOW CLOSE
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
This command "kicks" the specified user off of the specified
|
||||
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
|
||||
servers.
|
||||
|
||||
|
@ -10,5 +10,7 @@ directories:
|
||||
See plugins page of http://www.irssi.org/ to see if there's any plugins
|
||||
you'd want to use.
|
||||
|
||||
To load a perl script you should use /SCRIPT.
|
||||
|
||||
See also: UNLOAD
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
@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
|
||||
prompted for one. If no nickname is given, your current
|
||||
nickname will be used.
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
@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
|
||||
before quitting. If one isn't specified, the text "Leaving" is
|
||||
used.
|
||||
|
@ -1,4 +1,10 @@
|
||||
|
||||
@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