From 3ed0534ac446c923e75aedec1fcb2e52540ae77f Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 29 May 2001 20:57:53 +0000 Subject: [PATCH] updates. --- apps/irssi/docs/help/in/action.in | 2 +- apps/irssi/docs/help/in/admin.in | 7 +- apps/irssi/docs/help/in/away.in | 13 ++-- apps/irssi/docs/help/in/ban.in | 33 +++++---- apps/irssi/docs/help/in/channel.in | 2 +- apps/irssi/docs/help/in/clear.in | 1 - apps/irssi/docs/help/in/close.in | 8 +++ apps/irssi/docs/help/in/cmode.in | 37 ++++++++++ apps/irssi/docs/help/in/connect.in | 2 +- apps/irssi/docs/help/in/ctcp.in | 7 -- apps/irssi/docs/help/in/cumode.in | 36 ++++++++++ apps/irssi/docs/help/in/date.in | 1 + apps/irssi/docs/help/in/dcc.in | 25 ------- apps/irssi/docs/help/in/deop.in | 10 --- apps/irssi/docs/help/in/devoice.in | 10 --- apps/irssi/docs/help/in/die.in | 7 -- apps/irssi/docs/help/in/disconnect.in | 4 +- apps/irssi/docs/help/in/getkey.in | 12 ++++ apps/irssi/docs/help/in/hash.in | 5 -- apps/irssi/docs/help/in/info.in | 5 +- apps/irssi/docs/help/in/invite.in | 24 +++++-- apps/irssi/docs/help/in/invitelist.in | 9 --- apps/irssi/docs/help/in/ircnet.in | 21 ------ apps/irssi/docs/help/in/ison.in | 7 -- apps/irssi/docs/help/in/join.in | 5 +- apps/irssi/docs/help/in/key.in | 86 ++++++++++++++++++++++++ apps/irssi/docs/help/in/kick.in | 11 ++- apps/irssi/docs/help/in/kill.in | 18 ++--- apps/irssi/docs/help/in/links.in | 9 --- apps/irssi/docs/help/in/lusers.in | 5 -- apps/irssi/docs/help/in/map.in | 5 -- apps/irssi/docs/help/in/me.in | 7 +- apps/irssi/docs/help/in/mircdcc.in | 11 --- apps/irssi/docs/help/in/mode.in | 97 --------------------------- apps/irssi/docs/help/in/msg.in | 2 - apps/irssi/docs/help/in/nctcp.in | 7 -- apps/irssi/docs/help/in/netsplit.in | 6 -- apps/irssi/docs/help/in/nick.in | 4 +- apps/irssi/docs/help/in/note.in | 28 -------- apps/irssi/docs/help/in/notice.in | 6 +- apps/irssi/docs/help/in/notify.in | 15 ----- apps/irssi/docs/help/in/op.in | 8 --- apps/irssi/docs/help/in/oper.in | 11 +-- apps/irssi/docs/help/in/perlflush.in | 8 --- apps/irssi/docs/help/in/ping.in | 7 +- apps/irssi/docs/help/in/quit.in | 2 +- apps/irssi/docs/help/in/quote.in | 8 --- apps/irssi/docs/help/in/rawlog.in | 15 ----- apps/irssi/docs/help/in/rehash.in | 11 --- apps/irssi/docs/help/in/restart.in | 12 ---- apps/irssi/docs/help/in/rmrejoins.in | 2 +- apps/irssi/docs/help/in/rping.in | 12 ---- apps/irssi/docs/help/in/run.in | 7 -- apps/irssi/docs/help/in/sconnect.in | 6 +- apps/irssi/docs/help/in/server.in | 2 +- apps/irssi/docs/help/in/servlist.in | 19 ------ apps/irssi/docs/help/in/shutdown.in | 7 ++ apps/irssi/docs/help/in/silcoper.in | 11 +++ apps/irssi/docs/help/in/silence.in | 22 ------ apps/irssi/docs/help/in/squery.in | 10 --- apps/irssi/docs/help/in/squit.in | 7 -- apps/irssi/docs/help/in/stats.in | 20 ------ apps/irssi/docs/help/in/time.in | 11 --- apps/irssi/docs/help/in/topic.in | 2 +- apps/irssi/docs/help/in/trace.in | 8 --- apps/irssi/docs/help/in/umode.in | 17 +++++ apps/irssi/docs/help/in/unban.in | 11 --- apps/irssi/docs/help/in/unnotify.in | 7 -- apps/irssi/docs/help/in/unsilence.in | 9 --- apps/irssi/docs/help/in/uping.in | 12 ---- apps/irssi/docs/help/in/userhost.in | 7 -- apps/irssi/docs/help/in/ver.in | 9 --- apps/irssi/docs/help/in/version.in | 4 +- apps/irssi/docs/help/in/voice.in | 8 --- apps/irssi/docs/help/in/wait.in | 10 --- apps/irssi/docs/help/in/wall.in | 11 --- apps/irssi/docs/help/in/wallchops.in | 9 --- apps/irssi/docs/help/in/wallops.in | 9 --- apps/irssi/docs/help/in/who.in | 23 ------- apps/irssi/docs/help/in/whois.in | 12 ++-- apps/irssi/docs/help/in/whowas.in | 7 +- apps/irssi/docs/help/in/wjoin.in | 9 --- apps/irssi/docs/help/in/wquery.in | 8 --- 83 files changed, 311 insertions(+), 709 deletions(-) create mode 100644 apps/irssi/docs/help/in/close.in create mode 100644 apps/irssi/docs/help/in/cmode.in delete mode 100644 apps/irssi/docs/help/in/ctcp.in create mode 100644 apps/irssi/docs/help/in/cumode.in delete mode 100644 apps/irssi/docs/help/in/dcc.in delete mode 100644 apps/irssi/docs/help/in/deop.in delete mode 100644 apps/irssi/docs/help/in/devoice.in delete mode 100644 apps/irssi/docs/help/in/die.in create mode 100644 apps/irssi/docs/help/in/getkey.in delete mode 100644 apps/irssi/docs/help/in/hash.in delete mode 100644 apps/irssi/docs/help/in/invitelist.in delete mode 100644 apps/irssi/docs/help/in/ircnet.in delete mode 100644 apps/irssi/docs/help/in/ison.in create mode 100644 apps/irssi/docs/help/in/key.in delete mode 100644 apps/irssi/docs/help/in/links.in delete mode 100644 apps/irssi/docs/help/in/lusers.in delete mode 100644 apps/irssi/docs/help/in/map.in delete mode 100644 apps/irssi/docs/help/in/mircdcc.in delete mode 100644 apps/irssi/docs/help/in/mode.in delete mode 100644 apps/irssi/docs/help/in/nctcp.in delete mode 100644 apps/irssi/docs/help/in/netsplit.in delete mode 100644 apps/irssi/docs/help/in/note.in delete mode 100644 apps/irssi/docs/help/in/notify.in delete mode 100644 apps/irssi/docs/help/in/op.in delete mode 100644 apps/irssi/docs/help/in/perlflush.in delete mode 100644 apps/irssi/docs/help/in/quote.in delete mode 100644 apps/irssi/docs/help/in/rawlog.in delete mode 100644 apps/irssi/docs/help/in/rehash.in delete mode 100644 apps/irssi/docs/help/in/restart.in delete mode 100644 apps/irssi/docs/help/in/rping.in delete mode 100644 apps/irssi/docs/help/in/run.in delete mode 100644 apps/irssi/docs/help/in/servlist.in create mode 100644 apps/irssi/docs/help/in/shutdown.in create mode 100644 apps/irssi/docs/help/in/silcoper.in delete mode 100644 apps/irssi/docs/help/in/silence.in delete mode 100644 apps/irssi/docs/help/in/squery.in delete mode 100644 apps/irssi/docs/help/in/squit.in delete mode 100644 apps/irssi/docs/help/in/stats.in delete mode 100644 apps/irssi/docs/help/in/time.in delete mode 100644 apps/irssi/docs/help/in/trace.in create mode 100644 apps/irssi/docs/help/in/umode.in delete mode 100644 apps/irssi/docs/help/in/unban.in delete mode 100644 apps/irssi/docs/help/in/unnotify.in delete mode 100644 apps/irssi/docs/help/in/unsilence.in delete mode 100644 apps/irssi/docs/help/in/uping.in delete mode 100644 apps/irssi/docs/help/in/userhost.in delete mode 100644 apps/irssi/docs/help/in/ver.in delete mode 100644 apps/irssi/docs/help/in/voice.in delete mode 100644 apps/irssi/docs/help/in/wait.in delete mode 100644 apps/irssi/docs/help/in/wall.in delete mode 100644 apps/irssi/docs/help/in/wallchops.in delete mode 100644 apps/irssi/docs/help/in/wallops.in delete mode 100644 apps/irssi/docs/help/in/who.in delete mode 100644 apps/irssi/docs/help/in/wjoin.in delete mode 100644 apps/irssi/docs/help/in/wquery.in diff --git a/apps/irssi/docs/help/in/action.in b/apps/irssi/docs/help/in/action.in index 896e8d19..89123fcc 100644 --- a/apps/irssi/docs/help/in/action.in +++ b/apps/irssi/docs/help/in/action.in @@ -1,7 +1,7 @@ @SYNTAX:action@ -Same as ME, but gets channel or nick as an additional parameter. +Same as ME, but gets channel as an additional parameter. Example: /ACTION #irssi yawns (This outputs the following to #irssi: * Nick yawns) diff --git a/apps/irssi/docs/help/in/admin.in b/apps/irssi/docs/help/in/admin.in index b5d95254..f854cd0f 100644 --- a/apps/irssi/docs/help/in/admin.in +++ b/apps/irssi/docs/help/in/admin.in @@ -3,6 +3,9 @@ Displays the administrative details about the given server. If no server is specified, the server you are connected to is -used. If a nickname is supplied then it gives the administrative -information for that person's current server. +used. + +This command may be an alias. + +See also: INFO diff --git a/apps/irssi/docs/help/in/away.in b/apps/irssi/docs/help/in/away.in index 8283d63d..c83b275d 100644 --- a/apps/irssi/docs/help/in/away.in +++ b/apps/irssi/docs/help/in/away.in @@ -1,22 +1,17 @@ @SYNTAX:away@ - -one - -all - This command marks you as being "away". It is used to tell people that you currently aren't paying attention to your screen. You might use it if you are taking a nap, in the shower, getting some food, or otherwise -just aren't there at the moment. When you're "away" you will see "(zZzZ)" -in your statusbar. - -Anyone who does a WHOIS on your nickname will see that you are away, -as well as your away message. Anyone doing a WHO that returns information -about you will also see that you're gone. +just aren't there at the moment. By default, if someone sends you a MSG while you are away, your client will beep. You can turn this off by setting BEEP_WHEN_AWAY to OFF. +If someone sends you a message when you're away the set away message +will be automatically sent back to that person. + If you send a MSG to someone who is away, you will automatically be notified of this. By default, you will only receive this notification once. If you wish to see it every time (to tell when a person is no diff --git a/apps/irssi/docs/help/in/ban.in b/apps/irssi/docs/help/in/ban.in index 4f8a541d..62c0c0d1 100644 --- a/apps/irssi/docs/help/in/ban.in +++ b/apps/irssi/docs/help/in/ban.in @@ -1,24 +1,29 @@ @SYNTAX:ban@ -Bans the specified nick or userhost mask. +Format: [+|-[[@[![@hostname>]]]]] -If nick is given as parameter, the ban type is used to generate the ban -mask. /SET ban_type specified the default ban type. Ban type is one of -the following: - - Normal - *!user@*.domain.net - Host - *!*@host.domain.net - Domain - *!*@*.domain.net - Custom [nick] [user] [host] [domain] +This command is used to manage the ban list of the channel. You must be +channel operator to be able to use this command. Wildcards may be used +with this command. Examples: - /BAN looser - This bans the nick 'looser' - /BAN *!*@*.org - This bans all the users coming from any - .org domain. + /BAN #mychannel +foobar!mr.bar@foo.bar.com + Adds nickname `foobar' with username `mr.bar' from host `foo.bar.com' + on #mychannel to the ban list. + + /BAN * +looser + Adds nickname `looser' to the ban list on current channel. + + /BAN * +foo*@*!@*.foobar.com + Adds foo* nicknames from any server with any username from + *.foobar.com hosts to the ban list on current channel. + + /BAN * -looser + Removes the nickname `looser' from the ban list on current channel. - /SET ban_type custom nick domain - nick!*@*.domain.net - /SET ban_type custom user host - *!user@host.domain.net + /BAN * + Shows the ban list of the current channel. See also: KNOCKOUT, KICKBAN diff --git a/apps/irssi/docs/help/in/channel.in b/apps/irssi/docs/help/in/channel.in index 7484ac15..b11f3645 100644 --- a/apps/irssi/docs/help/in/channel.in +++ b/apps/irssi/docs/help/in/channel.in @@ -2,7 +2,7 @@ @SYNTAX:channel@ Irssi can automatically join to specified channels in specified -IRC networks. It can also automatically send the password when +networks. It can also automatically send the password when manually joining to channel without specifying the password. /CHANNEL ADD [-auto | -noauto] [-bots ] [-botcmd ] diff --git a/apps/irssi/docs/help/in/clear.in b/apps/irssi/docs/help/in/clear.in index b3db54ef..5c7e73be 100644 --- a/apps/irssi/docs/help/in/clear.in +++ b/apps/irssi/docs/help/in/clear.in @@ -4,6 +4,5 @@ This command clears the current window of all text. It is useful for wiping a screen that has rendered improperly (such as due to a bad termcap entry) or that contains sensitive information -(such as one's OPER password). diff --git a/apps/irssi/docs/help/in/close.in b/apps/irssi/docs/help/in/close.in new file mode 100644 index 00000000..7ce6dffd --- /dev/null +++ b/apps/irssi/docs/help/in/close.in @@ -0,0 +1,8 @@ + +@SYNTAX:close@ + +Operator command. Makes the server to close connection to another server +or router. + +See also: OPER, SILCOPER + diff --git a/apps/irssi/docs/help/in/cmode.in b/apps/irssi/docs/help/in/cmode.in new file mode 100644 index 00000000..5768ffae --- /dev/null +++ b/apps/irssi/docs/help/in/cmode.in @@ -0,0 +1,37 @@ + +@SYNTAX:cmode@ + +Format: +|- [{ }] + +This command is used to manage the modes of the channel. Most +of the modes require special privileges, such as channel operator +or channel founder privileges to work. The mode is added by +adding + before the option(s) and removed by adding - before the +option(s). The following modes are available: + + p Set/unset channel as private channel + s Set/unset channel as secret channel + k Set/unset that channel uses private channel key + i Set/unset channel as invite only channel + t Set/unset that only channel operator or + founder may set channel topic + l Set/unset channel's user limit + a Set/unset passphrase for channel that must + be provided when joining to the channel. + c Set/unset channel's cipher + h Set/unset channel's hmac + f <-pubkey| + Set/unset channel founder authentication. + Channel founder may set this mode so that + if the client leaves the channel it can + claim the founder rights when it returns + to the channel. If -pubkey is set then + the authentication will be done using the + client's public key. You can claim the + founder rights using the CUMODE command. + +Multiple modes can be set/unset at once if the modes does not +require any arguments. If mode requires an argument then only +one mode can be set at once + +See also: CUMODE, UMODE diff --git a/apps/irssi/docs/help/in/connect.in b/apps/irssi/docs/help/in/connect.in index f4671ab4..98c91680 100644 --- a/apps/irssi/docs/help/in/connect.in +++ b/apps/irssi/docs/help/in/connect.in @@ -2,7 +2,7 @@ @SYNTAX:connect@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address - -ircnet: the IRCNet + -silcnet: the specified network -host: the host This command makes irssi to connect to specified server. diff --git a/apps/irssi/docs/help/in/ctcp.in b/apps/irssi/docs/help/in/ctcp.in deleted file mode 100644 index 77c78b7c..00000000 --- a/apps/irssi/docs/help/in/ctcp.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:ctcp@ - -Sends a CTCP-message. For example CTCP ACTION, or CTCP VERSION. - -See also: ME, ACTION - diff --git a/apps/irssi/docs/help/in/cumode.in b/apps/irssi/docs/help/in/cumode.in new file mode 100644 index 00000000..8d6b9f55 --- /dev/null +++ b/apps/irssi/docs/help/in/cumode.in @@ -0,0 +1,36 @@ + +@SYNTAX:cumode@ + +Format: +|- [@] [-pubkey|] + +This command is used to manage the client's modes on the channel. +Most of the modes require that the client which changes some +client's mode must be channel founder or channel operator. The +mode is added by adding + before the option(s) and removed by +adding - before the option(s). The following channel user modes +are available: + + a [@] + + Set/unset all modes (cannot be used to set + both founder and operator rights, can be used + only to remove both modes at once). + + f [@] [-pubkey|] + + Set/Unset channel founder. If the -pubkey + option or is provided then the + client is claiming the founder rights by + providing the channel founder authentication + data. If the -pubkey is provided then the + authentication is performed using the + client's public key. If you are channel + founder you can set the channel founder + authentication using CMODE command. + + o [@] + + Set/unset channel operator. Requires that + you are channel operator or channel founder. + +See also: CMODE, UMODE diff --git a/apps/irssi/docs/help/in/date.in b/apps/irssi/docs/help/in/date.in index 5b2ca4b9..85707719 100644 --- a/apps/irssi/docs/help/in/date.in +++ b/apps/irssi/docs/help/in/date.in @@ -9,3 +9,4 @@ If a nickname is given, that client's server is queried. Same as /TIME. +NOTE: This command has no effect on SILC. \ No newline at end of file diff --git a/apps/irssi/docs/help/in/dcc.in b/apps/irssi/docs/help/in/dcc.in deleted file mode 100644 index eb9caa34..00000000 --- a/apps/irssi/docs/help/in/dcc.in +++ /dev/null @@ -1,25 +0,0 @@ - -@SYNTAX:dcc@ - -This is a command to handle different DCC-connections. DCC is mainly -used for more reliable and faster chatting and for sending and receiving -files. - -/DCC LIST - - Shows all the open DCC connections. -/DCC RESUME [ []] - - Resumes a DCC SEND/GET connection. -/DCC CHAT [] - - Sends a chat connection request to remote client or accepts - a chat connection if the remote end has already sent a request. -/DCC GET [ []] - - Gets the file offered by remote client. The file is downloaded and - saved into the current working directory. -/DCC SEND - - Sends a DCC SEND request to remote client. Remote end has to accept - the request before the transmission can be started. -/DCC CLOSE [] - - Closes a DCC-connection. Type can be either SEND, GET or CHAT. - -See also: CD - diff --git a/apps/irssi/docs/help/in/deop.in b/apps/irssi/docs/help/in/deop.in deleted file mode 100644 index e9893e6a..00000000 --- a/apps/irssi/docs/help/in/deop.in +++ /dev/null @@ -1,10 +0,0 @@ - -@SYNTAX:deop@ - -Takes off the channel operator privileges from the -specified nick(s). - -Wildcards in the nick are allowed. - -See also: OP - diff --git a/apps/irssi/docs/help/in/devoice.in b/apps/irssi/docs/help/in/devoice.in deleted file mode 100644 index ce090191..00000000 --- a/apps/irssi/docs/help/in/devoice.in +++ /dev/null @@ -1,10 +0,0 @@ - -@SYNTAX:devoice@ - -Takes off the voice from the specified nick(s). This makes them -not to be able to send messages to the moderated (+m) channel. - -Wildcards in the nick are allowed. - -See also: VOICE, MODE - diff --git a/apps/irssi/docs/help/in/die.in b/apps/irssi/docs/help/in/die.in deleted file mode 100644 index 4ef6da0d..00000000 --- a/apps/irssi/docs/help/in/die.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:die@ - -IRC-operator command. Makes IRC-server to die. - -See also: OPER - diff --git a/apps/irssi/docs/help/in/disconnect.in b/apps/irssi/docs/help/in/disconnect.in index cfd221d5..b7f8c870 100644 --- a/apps/irssi/docs/help/in/disconnect.in +++ b/apps/irssi/docs/help/in/disconnect.in @@ -1,9 +1,7 @@ @SYNTAX:disconnect@ -Disconnects from the specified IRC-server. -The server tags can be seen with: -/SERVER LIST +Disconnects from the specified server. See also: CONNECT, SERVER diff --git a/apps/irssi/docs/help/in/getkey.in b/apps/irssi/docs/help/in/getkey.in new file mode 100644 index 00000000..5f0fe65c --- /dev/null +++ b/apps/irssi/docs/help/in/getkey.in @@ -0,0 +1,12 @@ + +@SYNTAX:getkey@ + +Format: + +This command is used to fetch remote client's public key. +The public key is fetched from the server the client is +connected to. This way the public key might have been +verified already. However, you will be prompted to verify +the fetched public key. The public key is saved into your +local key directory (~/.silc/clientkeys/). + diff --git a/apps/irssi/docs/help/in/hash.in b/apps/irssi/docs/help/in/hash.in deleted file mode 100644 index 62a889f8..00000000 --- a/apps/irssi/docs/help/in/hash.in +++ /dev/null @@ -1,5 +0,0 @@ - -@SYNTAX:hash@ - -Not available. - diff --git a/apps/irssi/docs/help/in/info.in b/apps/irssi/docs/help/in/info.in index e9aad17d..12e0b2f3 100644 --- a/apps/irssi/docs/help/in/info.in +++ b/apps/irssi/docs/help/in/info.in @@ -1,6 +1,7 @@ @SYNTAX:info@ -Shows information about the IRC creators, debuggers, slaves and -a lot of other people who no longer have much to do with irc. +Displays the administrative details about the given server. If +no server is specified, the server you are connected to is +used. diff --git a/apps/irssi/docs/help/in/invite.in b/apps/irssi/docs/help/in/invite.in index 1e7f69b1..204a9c1f 100644 --- a/apps/irssi/docs/help/in/invite.in +++ b/apps/irssi/docs/help/in/invite.in @@ -1,10 +1,26 @@ @SYNTAX:invite@ -Invites the specified nick to the current or specified channel. +Formats: [[@server>] + [+|-[[@[![@hostname>]]]]] -Example: - /INVITE buddy #mychannel +This command is used to invite an client to a channel and to manage +the channel's invite list. Wildcards may be used with this command. -See also: MODE +Examples: + /INVITE #silc joe + Invites nickname `joe' to channel #silc. + + /INVITE #silc +joe!*@* + Adds nickname `joe' from anywhere to the invite list of the + channel #silc + + /INVITE * +foo*@silcnet.org!*@*.foobar.com + Adds nicknames foo* from silcnet.org server from *.foobar.com + hosts to the invite list of the current channel. + + /INVITE * -joe + Removes nickname `joe' from the invite list of the current channel. + +See also: CMODE diff --git a/apps/irssi/docs/help/in/invitelist.in b/apps/irssi/docs/help/in/invitelist.in deleted file mode 100644 index ed6bc060..00000000 --- a/apps/irssi/docs/help/in/invitelist.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:invitelist@ - -Shows the +I modes of the current channel. +I mode -allows free joins of clients with certain userhost mask -even if the channel is invite only. - -See also: INVITE, MODE - diff --git a/apps/irssi/docs/help/in/ircnet.in b/apps/irssi/docs/help/in/ircnet.in deleted file mode 100644 index 51a123fe..00000000 --- a/apps/irssi/docs/help/in/ircnet.in +++ /dev/null @@ -1,21 +0,0 @@ - -@SYNTAX:ircnet@ - - -kicks: Maximum number of nicks in one /KICK command - -msgs: Maximum number of nicks in one /MSG command - -modes: Maximum number of mode changes in one /MODE command - -whois: Maximum number of nicks in one /WHOIS command - -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1 - -cmdmax: Same as /SET cmd_max_at_once, see section 3.1 - -nick, -user, -realname: Specify what nick/user/name to use - -host: Specify what host name to use, if you have multiple - -autosendcmd: Command to send after connecting to a server - -With -autosendcmd argument you can automatically run any commands -after connecting to ircnet. This is useful for automatically -identifying yourself to NickServ, for example - -Shows and changes the settings of defined IRC networks. - -See also: CONNECT - diff --git a/apps/irssi/docs/help/in/ison.in b/apps/irssi/docs/help/in/ison.in deleted file mode 100644 index b97ff5de..00000000 --- a/apps/irssi/docs/help/in/ison.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:ison@ - -Tells whether specified nicks are online. - -See also: WHOIS, WHOWAS, NOTIFY - diff --git a/apps/irssi/docs/help/in/join.in b/apps/irssi/docs/help/in/join.in index bdd4b15c..424362af 100644 --- a/apps/irssi/docs/help/in/join.in +++ b/apps/irssi/docs/help/in/join.in @@ -2,10 +2,9 @@ @SYNTAX:join@ Joins a specified channel. Channel names usually begin with #-sign, -which may be omitted here. +but note that the #-sign is not mandatory in channel names. -JOIN is aliased to J by default. Example: /j irssi -(This joins to the channel #irssi) +JOIN is aliased to J by default. Description diff --git a/apps/irssi/docs/help/in/key.in b/apps/irssi/docs/help/in/key.in new file mode 100644 index 00000000..c0cf6ee6 --- /dev/null +++ b/apps/irssi/docs/help/in/key.in @@ -0,0 +1,86 @@ + +@SYNTAX:key@ + +Format: msg|channel + set|unset|list|agreement|negotiate [] + +This command is used to set and unset private keys for +channels, set and unset private keys for private messages +with remote clients and to send key agreement requests and +negotiate the key agreement protocol with remote client. +The key agreement is supported only to negotiate private +message keys, it currently cannot be used to negotiate +private keys for channels, as it is not convenient for that +purpose. + +Types: + + msg The command is performed for private messages + affecting the . + + channel The command is performed for channel affecting + the . + +Commands: + + set [ [] []] + + Set the key into use. If the is provided it + is used as the key material. If the is not + provided the negotiated key material is used. If + the negotiation has not been performed this command + has no effect. + + If the type is `msg' and the is `*' then + random key will be generated automatically. + + The may be set for both private message + and channel private keys and the may be set + only to the channel private keys. + + unset [] + + Unset the key. The private key is not used after + this command. The key must be set again or the key + material must be re-negotiated to be able to use + the private keys again. + + The channel may have several private keys set. The + can be used to indicate what key is being + unset. If it is not provided all keys are removed. + + list List all private keys that has been set. + + If the type is `msg' and the is ยด*' then + all private message keys that you've set will be + listed. + + agreement [ []] + + Send key agreement request to remote client. If + the is provided it is sent in the request. + The receiver may use the hostname to start the + key agreement. If the is also provided your + key agreement protocol server is bound to that + port. Note that it cannot be privileged port (<1023). + If the and is not provided then + the receiver will never initiate the key agreement. + In this case you may start the key agreement after + receiving the reply to the request, by giving the + negotiate command. + + This command may be used to send reply to the + remote client. When receiving empty key agreement + you can reply to the sender with the hostname and + port of your key agreement server with this command. + + negotiate [ []] + + This may be called to start the key agreement with + . This command has effect only if the + has replied to your key agreement request. + You will see a notify on the screen when the reply + arrives. The and is the hostname + and port of the remote client's key agreement + server. + diff --git a/apps/irssi/docs/help/in/kick.in b/apps/irssi/docs/help/in/kick.in index 304c4d31..43a93050 100644 --- a/apps/irssi/docs/help/in/kick.in +++ b/apps/irssi/docs/help/in/kick.in @@ -1,14 +1,11 @@ @SYNTAX:kick@ -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. -The reason for the kick is recommended, but not required by the IRC -servers +Format: [@] [] -If the is omitted, removes the nick from the current -channel. +This command kicks client from channel. You have to be at least +channel operator to be able to kick client from channel. Note: +you cannot kick channel founder even if you are channel operator. The default alias for /KICK is /K. diff --git a/apps/irssi/docs/help/in/kill.in b/apps/irssi/docs/help/in/kill.in index 338871d9..c87c8ac4 100644 --- a/apps/irssi/docs/help/in/kill.in +++ b/apps/irssi/docs/help/in/kill.in @@ -1,18 +1,12 @@ @SYNTAX:kill@ -IRC operator command. +Format: [] -KILL is used to forcibly remote a client from the irc network. -It works similarly to KICK, except that a reason must be -given (even if it is meaningless or flat-out wrong). +This is operator command. KILL is used to forcibly remove a client +from the network. It works similarly to KICK expect that the client +is removed from the entire network. In general, KILL is useful only +as a warning tool for abusive users and it has only temporary effects. -In general, KILL is useful only as a warning tool for abusive -users. Modern irc clients (this one included) have automated -means for reconnecting to a server after a disconnection (whether -due to a KILL or something else), so KILL is by no means a -permanent solution. It is not intended as a means for personal -vendettas; this practice is generally frowned upon. - -See also: OPER +See also: OPER, SILCOPER diff --git a/apps/irssi/docs/help/in/links.in b/apps/irssi/docs/help/in/links.in deleted file mode 100644 index 726fcb6b..00000000 --- a/apps/irssi/docs/help/in/links.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:links@ - -Shows the links between the IRC servers of the -current IRC network. If a wildcard parameter is -specified, shows only the matching entries. - -See also: - diff --git a/apps/irssi/docs/help/in/lusers.in b/apps/irssi/docs/help/in/lusers.in deleted file mode 100644 index abcd55c4..00000000 --- a/apps/irssi/docs/help/in/lusers.in +++ /dev/null @@ -1,5 +0,0 @@ - -@SYNTAX:lusers@ - -Shows user statistics of the current IRC network. - diff --git a/apps/irssi/docs/help/in/map.in b/apps/irssi/docs/help/in/map.in deleted file mode 100644 index 824dce37..00000000 --- a/apps/irssi/docs/help/in/map.in +++ /dev/null @@ -1,5 +0,0 @@ - -@SYNTAX:map@ - -Not available in IRC. - diff --git a/apps/irssi/docs/help/in/me.in b/apps/irssi/docs/help/in/me.in index b918ec71..0a9fdaaf 100644 --- a/apps/irssi/docs/help/in/me.in +++ b/apps/irssi/docs/help/in/me.in @@ -1,8 +1,7 @@ @SYNTAX:me@ -Sends a CTCP ACTION to the current channel or query. -For example: /me sits back. - -See also: ACTION, CTCP +Sends an ACTION channel message to the current channel. For example: +/ME sits back. +See also: ACTION diff --git a/apps/irssi/docs/help/in/mircdcc.in b/apps/irssi/docs/help/in/mircdcc.in deleted file mode 100644 index d3402e0a..00000000 --- a/apps/irssi/docs/help/in/mircdcc.in +++ /dev/null @@ -1,11 +0,0 @@ - -@SYNTAX:mircdcc@ - -Selects whether to send mIRC style CTCPs in DCC chat -session. - -If a mIRC user sends first a CTCP, mIRC style CTCPs is -automatically selected for that DCC Chat session. - -See also: SET MIRC - diff --git a/apps/irssi/docs/help/in/mode.in b/apps/irssi/docs/help/in/mode.in deleted file mode 100644 index 5bef27c4..00000000 --- a/apps/irssi/docs/help/in/mode.in +++ /dev/null @@ -1,97 +0,0 @@ - -@SYNTAX:mode@ - -Irssi knows these channel modes: - - i - Invite only - People can't join to channel without being - /INVITEd, or being in invite list (+I, see below). - m - Moderated - People who don't have voices (+v) can't send - messages to channel - p - Private - People who aren't joined to channel can't see it - for example with /WHOISing people who are in channel. - s - Secret - Like private, but the channel isn't displayed in - /LIST's output. - n - No external msgs - Without this mode, anyone can send messages - to channel without even being joined. - t - Topic can be changed only by channel operators. - - k - Channel password (aka. key) - The channel can't be joined - without specifying the channel key (see section 6.2). - - l - User limit - No more than people can join to - channel. This can be overridden with /INVITE with some - servers. - - This is usually used for protecting channel from join - flooding, like some bot allows max. 5 users to join in - one minute or so. - - a - Anonymous - No-one's nick name, host or anything else can be - seen. All messages, joins, parts, modes, etc. are seen as coming - from nick "anonymous", this could be pretty confusing but nice - feature if you want total anonymity. This mode can only be set, - never unset. This mode isn't supported by all servers. - - NOTE: there is/was one bug :) Channel operators can guess if some - nick might be in the channel and try to kick it. If nick was in - channel, everyone will see the nick that was kicked. - - r - Re-op - If channel becomes opless for longer than 45 (?) minutes, - op everyone in the channel. This works only in !channels. This - mode can only be set, not unset by channel creator. - - b - Set/remove ban. For example MODE #channel +b *!*@*.org bans - everyone from .org domain. - - If someone from .org domain was already in channel before the - ban was set, he/she couldn't be able to write any messages to - channel (doesn't work with all servers). - - Ban can also be overridden with /INVITE, although many stupid - IRC clients automatically kick the user out because they see - the ban and think that because of it the user shouldn't be in - the channel (doesn't work with all servers). - - e - Ban exceptions. You could for example ban everyone from - *!*@*.org but set ban exception to *!*@*.host.org - works only - in IRCnet/EFnet servers. - - I - Invite list. If channel is invite only (+i), people in this - list can join it without being /INVITEd - works only in - IRCnet/EFnet servers. - - This is excellent for in-country channels that don't want - foreigners (spammers!) to join the channel, for example setting - channel's mode to +i and +I *!*@*.fi allows only finnish people - to join the channel. In addition to this, there's usually a bot - in the channels and sending /MSG bot invite command to it - /INVITEs you to the channel. - - The ':' feature in channel modes is quite similiar, see section - 6.2. - - O - Channel owner, the nick who creates a !channel receives this - mode. It isn't displayed anywhere, you can't pass it to anyone - else and you can't regain it again. This is needed for setting - +r mode in channel when it's first created. - - o - Grant or revoke channel operator status from nick - v - Grant or revoke voice status from nick, only people with - +v (or +o) can talk to channel when it's moderated (+m). - -You can send multiple mode changes with one mode command: - -/MODE #channel +nto-o+v nick1 nick2 nick3 - -This would set channel's mode to +nt, give ops to nick1, take ops -from nick2 and give voices to nick3. - -You can set only limited number of modes that requires argument in -one command. In IRCnet it's 3, in EFnet it's 4 and in many others -it's 6. If it's not known, Irssi defaults to 3. Irssi will also -automatically split them, so you can use /MODE +oooooo n1,n2,.. -command to op 6 people and Irssi will split it to two commands in -IRCnet/EFnet. - -See also: OP, DEOP, VOICE, DEVOICE, BAN, UNBAN - diff --git a/apps/irssi/docs/help/in/msg.in b/apps/irssi/docs/help/in/msg.in index f58ba41a..5224b27a 100644 --- a/apps/irssi/docs/help/in/msg.in +++ b/apps/irssi/docs/help/in/msg.in @@ -11,5 +11,3 @@ Examples: /MSG #irssi Hello, is the new gtk-version out already? (This format is rarely needed.) -See also: CTCP - diff --git a/apps/irssi/docs/help/in/nctcp.in b/apps/irssi/docs/help/in/nctcp.in deleted file mode 100644 index 58b80545..00000000 --- a/apps/irssi/docs/help/in/nctcp.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:nctcp@ - -Sends a CTCP reply notice to the nick/channel. - -See also: CTCP, ACTION, MSG, NOTICE - diff --git a/apps/irssi/docs/help/in/netsplit.in b/apps/irssi/docs/help/in/netsplit.in deleted file mode 100644 index 2e244ca1..00000000 --- a/apps/irssi/docs/help/in/netsplit.in +++ /dev/null @@ -1,6 +0,0 @@ - -@SYNTAX:netsplit@ - -Irssi keeps track of people who were lost in net splits. With this -command you can get a list of them. - diff --git a/apps/irssi/docs/help/in/nick.in b/apps/irssi/docs/help/in/nick.in index 57313b7f..d657288d 100644 --- a/apps/irssi/docs/help/in/nick.in +++ b/apps/irssi/docs/help/in/nick.in @@ -1,6 +1,6 @@ @SYNTAX:nick@ -Changes your nick. This should be hardly rarely -used or needed. +Changes your nickname. + diff --git a/apps/irssi/docs/help/in/note.in b/apps/irssi/docs/help/in/note.in deleted file mode 100644 index d77bb230..00000000 --- a/apps/irssi/docs/help/in/note.in +++ /dev/null @@ -1,28 +0,0 @@ - -@SYNTAX:note@ - -NOTE is a sort of turbo-charged messaging system for irc. In short, -it achieves at the server level what the client attempts to do with MSG -and NOTIFY. The messaging system resembles modern voicemail systems -(except in text); messages can be sent, stored, or set for deferred -delivery. The client notification system works like NOTIFY, except with -greater accuracy and flexibility. - -The most common uses of NOTE are its SPY and SEND functions. SPY is similar -to NOTIFY, except it can accept a full address to spy on, not just a nickname. -SEND, as its name implies, sends a note to a user; if that user is not currently -online, it will be delivered if the user logs onto irc within a set time period. - -When referring to a particular user, NOTE can deal with the standard -nick!user@host notation. Wildcards are allowed, and any portion may be omitted, -so long as the identifier remains unambiguous. - -Examples: -To send a note to Joebob (whose account is jbriggs@drivein.com): -/NOTE SEND joebob!jbriggs@drivein.com Hey there! Great movie! - -To spy on anyone from blah.com for the next 30 days: -/NOTE SPY +30 *!*@*.blah.com A blah.com user is active - -This command is Not available in the IRCNet. - diff --git a/apps/irssi/docs/help/in/notice.in b/apps/irssi/docs/help/in/notice.in index 6b4da9b0..bdefd56c 100644 --- a/apps/irssi/docs/help/in/notice.in +++ b/apps/irssi/docs/help/in/notice.in @@ -2,9 +2,7 @@ @SYNTAX:notice@ Sends a notice to the nick or the channel. Usually notices are -used in bots and scripts for different kinds of replies. The -IRC protocol states that notices may not generate replies to -avoid msg loops. +used in bots and scripts for different kinds of replies. -See also: NCTCP, MSG +See also: ACTION diff --git a/apps/irssi/docs/help/in/notify.in b/apps/irssi/docs/help/in/notify.in deleted file mode 100644 index 5f278e0c..00000000 --- a/apps/irssi/docs/help/in/notify.in +++ /dev/null @@ -1,15 +0,0 @@ - -@SYNTAX:notify@ - - -away: Notifies about away-status changes - -idle: Notifies if idle time is first larger than - (default is hour) and then it drops down. - -list: Lists the notify list entries with all their settings - : Either a simple "nick" or "nick!*@*blah.org". - The nick can't contain wildcards, but the user/host can. - -/NOTIFY without any arguments displays if the people in notify -list are online or offline. - -See also: UNNOTIFY, SET NOTIFY - diff --git a/apps/irssi/docs/help/in/op.in b/apps/irssi/docs/help/in/op.in deleted file mode 100644 index ce46cb63..00000000 --- a/apps/irssi/docs/help/in/op.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:op@ - -Gives the channel operator privileges for the specified -nick(s). Wildcards in the nick are allowed. - -See also: DEOP, MODE, VOICE, DEVOICE, KICK - diff --git a/apps/irssi/docs/help/in/oper.in b/apps/irssi/docs/help/in/oper.in index 6cb6518c..370c4076 100644 --- a/apps/irssi/docs/help/in/oper.in +++ b/apps/irssi/docs/help/in/oper.in @@ -1,10 +1,11 @@ @SYNTAX:oper@ -Gives you operator priviledges 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. +Format: [] -See also: KILL, DIE +Gives you server operator priviledges if the correct username and +passphrase are given. User will be prompted for the passphrase +if the is not provided. + +See also: KILL, SCONNECT, CLOSE, SILCOPER diff --git a/apps/irssi/docs/help/in/perlflush.in b/apps/irssi/docs/help/in/perlflush.in deleted file mode 100644 index 27fc509f..00000000 --- a/apps/irssi/docs/help/in/perlflush.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:perlflush@ - -Stops and removes all Perl scripts which have been run. -Also undefines all the commands defined by Perl scripts. - -See also: RUN - diff --git a/apps/irssi/docs/help/in/ping.in b/apps/irssi/docs/help/in/ping.in index 3518b0c9..8cb62ba9 100644 --- a/apps/irssi/docs/help/in/ping.in +++ b/apps/irssi/docs/help/in/ping.in @@ -1,10 +1,7 @@ @SYNTAX:ping@ -Sends CTCP PING to another IRC client. This is used -to find out the speed of IRC network. When the PONG -reply comes in, irssi shows the interval time between -sending the request and receiving the reply. +Sends PING to specified server. If server is not provided +the ping is sent to the current server. -See also: CTCP diff --git a/apps/irssi/docs/help/in/quit.in b/apps/irssi/docs/help/in/quit.in index f7536211..1c1e7bac 100644 --- a/apps/irssi/docs/help/in/quit.in +++ b/apps/irssi/docs/help/in/quit.in @@ -1,7 +1,7 @@ @SYNTAX:quit@ -This ends your irc session. If a quit message is supplied, it +This ends your 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. diff --git a/apps/irssi/docs/help/in/quote.in b/apps/irssi/docs/help/in/quote.in deleted file mode 100644 index eceb409c..00000000 --- a/apps/irssi/docs/help/in/quote.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:quote@ - -Sends server raw data without parsing. - -Example: - /QUOTE PRIVMSG cras :Hey, this works! - diff --git a/apps/irssi/docs/help/in/rawlog.in b/apps/irssi/docs/help/in/rawlog.in deleted file mode 100644 index b863e234..00000000 --- a/apps/irssi/docs/help/in/rawlog.in +++ /dev/null @@ -1,15 +0,0 @@ - -@SYNTAX:rawlog@ - -All data that is received or sent to server is kept in a raw log -buffer for a while. Also event redirections are kept there. This is -very useful for debugging purposes. - -/RAWLOG SAVE - Save the current raw log buffer to file -/RAWLOG OPEN - Like /RAWLOG SAVE, but keep the log file - open and write all new log to it. -/RAWLOG CLOSE - Close the open raw log - -/SET rawlog_lines - Specify the number of raw log lines to - keep in memory. - diff --git a/apps/irssi/docs/help/in/rehash.in b/apps/irssi/docs/help/in/rehash.in deleted file mode 100644 index 2fb55791..00000000 --- a/apps/irssi/docs/help/in/rehash.in +++ /dev/null @@ -1,11 +0,0 @@ - -@SYNTAX:rehash@ - -IRC Operator command. - -This command is used to force the current server to reload it's -ircd.conf configuration file. This is useful for effecting -configuration changes without starting a new server. - -See also: OPER, RESTART - diff --git a/apps/irssi/docs/help/in/restart.in b/apps/irssi/docs/help/in/restart.in deleted file mode 100644 index 14cd940f..00000000 --- a/apps/irssi/docs/help/in/restart.in +++ /dev/null @@ -1,12 +0,0 @@ - -@SYNTAX:restart@ - -IRC Operator command. - -This command is used to completely restart the server. A side effect of -this is that the configuration file will be read again. However, it is -generally more useful for clearing out internal buffers and other -wasted memory. - -See also: OPER, DIE - diff --git a/apps/irssi/docs/help/in/rmrejoins.in b/apps/irssi/docs/help/in/rmrejoins.in index a485e93a..d0d3f313 100644 --- a/apps/irssi/docs/help/in/rmrejoins.in +++ b/apps/irssi/docs/help/in/rmrejoins.in @@ -3,7 +3,7 @@ Removes the pending rejoins from the channel rejoin list in active server. Channels are added to rejoin list when join failed because of -netsplits in server ("Channel is temporarily unavailable"). +netsplits in server. See also: JOIN diff --git a/apps/irssi/docs/help/in/rping.in b/apps/irssi/docs/help/in/rping.in deleted file mode 100644 index e0623173..00000000 --- a/apps/irssi/docs/help/in/rping.in +++ /dev/null @@ -1,12 +0,0 @@ - -@SYNTAX:rping@ - -IRC Operator command. - -This command works like the PING command (CTCP PING), except -it is used on a server instead of a client. As with PING, it -is used to test the relative distance another server is from -you across the irc network. - -See also: OPER - diff --git a/apps/irssi/docs/help/in/run.in b/apps/irssi/docs/help/in/run.in deleted file mode 100644 index 982808cb..00000000 --- a/apps/irssi/docs/help/in/run.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:run@ - -Runs a perl-script. For more information, see the -perl.txt in the docs-directory of irssi. - -See also: PERLFLUSH diff --git a/apps/irssi/docs/help/in/sconnect.in b/apps/irssi/docs/help/in/sconnect.in index 0f19d349..0d2137ba 100644 --- a/apps/irssi/docs/help/in/sconnect.in +++ b/apps/irssi/docs/help/in/sconnect.in @@ -1,8 +1,8 @@ @SYNTAX:sconnect@ -IRC Operator command. Makes an IRC server to connect -to another server. +Operator command. Makes an server to connect to another +server or router. -See also: OPER, SQUIT, RESTART +See also: OPER, SILCOPER, CLOSE, SHUTDOWN diff --git a/apps/irssi/docs/help/in/server.in b/apps/irssi/docs/help/in/server.in index f75462cb..75170f12 100644 --- a/apps/irssi/docs/help/in/server.in +++ b/apps/irssi/docs/help/in/server.in @@ -4,7 +4,7 @@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address -auto: Automatically connect to server at startup (default) -noauto: Don't connect to server at startup - -ircnet: Specify what IRC network this server belongs to + -silcnet: Specify what network this server belongs to -host: Specify what host name to use, if you have multiple -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1 -cmdmax: Same as /SET cmd_max_at_once, see section 3.1 diff --git a/apps/irssi/docs/help/in/servlist.in b/apps/irssi/docs/help/in/servlist.in deleted file mode 100644 index cee9612d..00000000 --- a/apps/irssi/docs/help/in/servlist.in +++ /dev/null @@ -1,19 +0,0 @@ - -@SYNTAX:servlist@ - -SERVLIST gives the list of services currently present on the -IRC network. It can take two arguments. - limits the output to the services which names matches - the mask. - limits the output to the services of the specified type. - -The fields returned are: - Service name. - Server who introduced the service. - Distribution mask. - Service type. - Hop count to the service. - A comment. - -See also: SQUERY - diff --git a/apps/irssi/docs/help/in/shutdown.in b/apps/irssi/docs/help/in/shutdown.in new file mode 100644 index 00000000..48ff58c9 --- /dev/null +++ b/apps/irssi/docs/help/in/shutdown.in @@ -0,0 +1,7 @@ + +@SYNTAX:shutdown@ + +Operator command. Shutdowns the server. + +See also: OPER, SILCOPER, CLOSE + diff --git a/apps/irssi/docs/help/in/silcoper.in b/apps/irssi/docs/help/in/silcoper.in new file mode 100644 index 00000000..e5628f72 --- /dev/null +++ b/apps/irssi/docs/help/in/silcoper.in @@ -0,0 +1,11 @@ + +@SYNTAX:silcoper@ + +Format: [] + +Gives you router operator priviledges if thecorrect username and +passphrase are given. User will be prompted for the passphrase +if the is not provided. + +See also: KILL, SCONNECT, CLOSE, OPER + diff --git a/apps/irssi/docs/help/in/silence.in b/apps/irssi/docs/help/in/silence.in deleted file mode 100644 index 4e37d7b7..00000000 --- a/apps/irssi/docs/help/in/silence.in +++ /dev/null @@ -1,22 +0,0 @@ - -@SYNTAX:silence@ - -Works only in the Undernet and Open Projects (ircu). - -SILENCE is similar in many respects to IGNORE, except that it is -server-based. What this means is the server will never even send -you messages from anyone you have SILENCEd, whereas it will with -IGNORE, where your client is responsible for filtering the messages -out. This has the advantage of not bogging your client down with -excessive data as it tries to filter out messages. - -The default behavior is to SILENCE a nick!user@host pattern, and -if such a pattern is not passed as the argument, it must be prepended -with a plus ('+') to be added to your silence list. If a pattern is -prepended with a minus ('-'), it will be removed from your silence list. -If you only specify a nickname, you can list the patterns in the -silence list owned by that nickname. If no arguments are given, your -own silence list is displayed. - -See also: IGNORE - diff --git a/apps/irssi/docs/help/in/squery.in b/apps/irssi/docs/help/in/squery.in deleted file mode 100644 index a0bb4f11..00000000 --- a/apps/irssi/docs/help/in/squery.in +++ /dev/null @@ -1,10 +0,0 @@ - -@SYNTAX:squery@ - - - Service name - - Commands to pass to the service. - -/SQUERY sends a query to the specified service. - -See also: SERVLIST - diff --git a/apps/irssi/docs/help/in/squit.in b/apps/irssi/docs/help/in/squit.in deleted file mode 100644 index 64b8616c..00000000 --- a/apps/irssi/docs/help/in/squit.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:squit@ - -IRC Operator command. Makes server to quit IRC network. - -See also: OPER, DIE, RESTART - diff --git a/apps/irssi/docs/help/in/stats.in b/apps/irssi/docs/help/in/stats.in deleted file mode 100644 index 3afc6ebd..00000000 --- a/apps/irssi/docs/help/in/stats.in +++ /dev/null @@ -1,20 +0,0 @@ - -@SYNTAX:stats@ - -Shows some irc server usage statistics. - c - Shows C and N lines for a given server. These are - the names of the servers that are allowed to connect. - h - Shows H and L lines for a given server (Hubs and Leaves). - k - Show K lines for a server. This shows who is not - allowed to connect and possibly at what time they are - not allowed to connect. - i - Shows I lines. This is who CAN connect to a server. - l - Shows information about amount of information passed - to servers and users. - m - Shows a count for the number of times the various - commands have been used since the server was booted. - o - Shows the list of authorized operators on the server. - u - Shows the uptime for a server - y - Shows Y lines, which lists the various connection - classes for a given server. - diff --git a/apps/irssi/docs/help/in/time.in b/apps/irssi/docs/help/in/time.in deleted file mode 100644 index 7877fe75..00000000 --- a/apps/irssi/docs/help/in/time.in +++ /dev/null @@ -1,11 +0,0 @@ - -@SYNTAX:time@ - -This displays the time of day, local to the server queried (thus, -the time returned may not be the same as the client's local time). - -If the server name is omitted, the client's current server is used. -If a nickname is given, that client's server is queried. - -Same as /DATE. - diff --git a/apps/irssi/docs/help/in/topic.in b/apps/irssi/docs/help/in/topic.in index ae2564f8..56c36583 100644 --- a/apps/irssi/docs/help/in/topic.in +++ b/apps/irssi/docs/help/in/topic.in @@ -1,7 +1,7 @@ @SYNTAX:topic@ - -delete - Deletes the topic. +Format: [] Shows or/and changes the topic of the current or specified channel. diff --git a/apps/irssi/docs/help/in/trace.in b/apps/irssi/docs/help/in/trace.in deleted file mode 100644 index 27df384c..00000000 --- a/apps/irssi/docs/help/in/trace.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:trace@ - -Without a specified server it shows the current connections on -the local server. If you specify a remote server it will show -all servers between your current server and that remote server -as well as the connections on that remote server. - diff --git a/apps/irssi/docs/help/in/umode.in b/apps/irssi/docs/help/in/umode.in new file mode 100644 index 00000000..cf9ade0a --- /dev/null +++ b/apps/irssi/docs/help/in/umode.in @@ -0,0 +1,17 @@ + +@SYNTAX:umode@ + +Format: +|- + +This command is used to manage client's modes in the network. +Note that some of the modes the client cannot set itself. The +mode is added by adding + before the option(s) and removed by +adding - before the option(s). The following channel user +modes are available: + + a Unset all modes + s Unset server operator privileges + r Unset router operator privileges + g Set/unset to be gone (or use /AWAY command) + +See also: CMODE, CUMODE, AWAY diff --git a/apps/irssi/docs/help/in/unban.in b/apps/irssi/docs/help/in/unban.in deleted file mode 100644 index a22963a1..00000000 --- a/apps/irssi/docs/help/in/unban.in +++ /dev/null @@ -1,11 +0,0 @@ - -@SYNTAX:unban@ - -Removes the specified ban(s) from the channel. - -Examples: - /UNBAN *!*@*.fi - /UNBAN larry!*@* *!me@*.mydomain.net - -See also: BAN, KNOCKOUT - diff --git a/apps/irssi/docs/help/in/unnotify.in b/apps/irssi/docs/help/in/unnotify.in deleted file mode 100644 index 5d74ce80..00000000 --- a/apps/irssi/docs/help/in/unnotify.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:unnotify@ - -Removes an entry from the notify list. - -See also: NOTIFY - diff --git a/apps/irssi/docs/help/in/unsilence.in b/apps/irssi/docs/help/in/unsilence.in deleted file mode 100644 index 110ff557..00000000 --- a/apps/irssi/docs/help/in/unsilence.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:unsilence@ - -Works only in the Undernet and Open Projects (ircu). - -Removes a pattern from your silence list. - -See also: SILENCE - diff --git a/apps/irssi/docs/help/in/uping.in b/apps/irssi/docs/help/in/uping.in deleted file mode 100644 index 0fc003b8..00000000 --- a/apps/irssi/docs/help/in/uping.in +++ /dev/null @@ -1,12 +0,0 @@ - -@SYNTAX:uping@ - -IRC Operator command. Works only in the Undernet and Open Projects (ircu). - -This command works like the PING command (CTCP PING), except -it is used on a server instead of a client. As with PING, it -is used to test the relative distance another server is from -you across the irc network. - -See also: RPING, OPER - diff --git a/apps/irssi/docs/help/in/userhost.in b/apps/irssi/docs/help/in/userhost.in deleted file mode 100644 index a1039f9d..00000000 --- a/apps/irssi/docs/help/in/userhost.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:userhost@ - -Shows the userhost info of the specified nick. - -See also: WHOIS - diff --git a/apps/irssi/docs/help/in/ver.in b/apps/irssi/docs/help/in/ver.in deleted file mode 100644 index 975fbf7a..00000000 --- a/apps/irssi/docs/help/in/ver.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:ver@ - -Sends a CTCP VERSION request to the nick. This is used -to find out which client and/or script the nick -is using. - -See also: CTCP - diff --git a/apps/irssi/docs/help/in/version.in b/apps/irssi/docs/help/in/version.in index a7dd5c6f..d29a4cae 100644 --- a/apps/irssi/docs/help/in/version.in +++ b/apps/irssi/docs/help/in/version.in @@ -1,8 +1,6 @@ @SYNTAX:version@ -Shows the version info of the current or specified -IRC server. +Shows the version of the client. -See also: ADMIN, STATS diff --git a/apps/irssi/docs/help/in/voice.in b/apps/irssi/docs/help/in/voice.in deleted file mode 100644 index ee6f243e..00000000 --- a/apps/irssi/docs/help/in/voice.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:voice@ - -Gives the voice (+v mode) to the nick(s) on the current channel. -Wildcards in the nick are allowed. - -See also: DEVOICE, OP, DEOP - diff --git a/apps/irssi/docs/help/in/wait.in b/apps/irssi/docs/help/in/wait.in deleted file mode 100644 index 4f5dc2f8..00000000 --- a/apps/irssi/docs/help/in/wait.in +++ /dev/null @@ -1,10 +0,0 @@ - -@SYNTAX:wait@ - -Wait for before sending the next command to server. - -This could be useful for example when identifying to NickServ; after -sending the identify message you'd wait 3 seconds before joining to -channels so NickServ has time to identify you to ChanServ which then -auto-ops you when joining. - diff --git a/apps/irssi/docs/help/in/wall.in b/apps/irssi/docs/help/in/wall.in deleted file mode 100644 index 212c3a8c..00000000 --- a/apps/irssi/docs/help/in/wall.in +++ /dev/null @@ -1,11 +0,0 @@ - -@SYNTAX:wall@ - -This command sends a message to all operators in a channel. This is internal -irssi command which sends a message separately to each opearator, so this -may not be very good idea to use in channel with lots of operators. - -Some IRC servers support also /MSG @#channel or /WALLCHOPS which you should -use if possible. - -See also: WALLCHOPS diff --git a/apps/irssi/docs/help/in/wallchops.in b/apps/irssi/docs/help/in/wallchops.in deleted file mode 100644 index 034b1f68..00000000 --- a/apps/irssi/docs/help/in/wallchops.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:wallchops@ - -Works only in the Undernet and Open Projects (ircu). - -Sends an message to all other channel operators of the current channel. - -See also: WALL - diff --git a/apps/irssi/docs/help/in/wallops.in b/apps/irssi/docs/help/in/wallops.in deleted file mode 100644 index 1690db2c..00000000 --- a/apps/irssi/docs/help/in/wallops.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:wallops@ - -This command sends the given message to everyone on -the network who has user mode +w turned on. If you -are not an operator, you will probably receive -an error message when using this command - -See also: OPER, WALLOPS diff --git a/apps/irssi/docs/help/in/who.in b/apps/irssi/docs/help/in/who.in deleted file mode 100644 index 014231ee..00000000 --- a/apps/irssi/docs/help/in/who.in +++ /dev/null @@ -1,23 +0,0 @@ - -@SYNTAX:who@ - -Without parameters, shows all users and their user infos -on the current channel. If you specify a channel, shows -the all users of the given channel. - -If you specify an string with wildcards, you will be -shown all users whose nick, userhost or realname matches -the wildcard expression. - -If a channel is secret or private and you're not on it, -you will be shown only those channel members, who do not -have the invisible (+i) mode set. - -Examples: - /WHO - Shows users on current channel - /WHO #irssi - Shows users on channel #irssi - /WHO timo* - Shows users whose nick, userhost, - or realname begins with string 'timo' - -See also: WHOIS, CHANNEL - diff --git a/apps/irssi/docs/help/in/whois.in b/apps/irssi/docs/help/in/whois.in index 55f3e330..4416fdf7 100644 --- a/apps/irssi/docs/help/in/whois.in +++ b/apps/irssi/docs/help/in/whois.in @@ -1,15 +1,11 @@ @SYNTAX:whois@ -Shows whois information of the specified nick. -By default, this is aliased to /WI. +Format: [@] [ -/WHOIS nick1 nick1 also queries the idle time of -the user. This is aliased to /WII by default. +Shows whois information of the specified client. +By default, this is aliased to /WI. -If given nick is not in the IRC, irssi automatically -sends a WHOWAS query. Read carefully the reply to see -if it is a WHOIS or WHOWAS reply. :) +See also: WHOWAS, CHANNEL -See also: WHO, CHANNEL diff --git a/apps/irssi/docs/help/in/whowas.in b/apps/irssi/docs/help/in/whowas.in index 2c7c68bc..a23e8608 100644 --- a/apps/irssi/docs/help/in/whowas.in +++ b/apps/irssi/docs/help/in/whowas.in @@ -1,6 +1,8 @@ @SYNTAX:whowas@ +Format: [@] [] + This command is similar to WHOIS, except it returns information about nicknames that were recently in use. Like WHOIS, it shows the nickname, address, real name, and server. It may also return @@ -10,10 +12,5 @@ people. These multiples may be limited by specifying a count to show. WHOWAS will work regardless of whether the queried nick is in use. If no arguments are given, the client's current nickname is used. -Example: To show the last 5 users of the nickname JoeBob: - -/whowas joebob 5 - - See also: WHOIS diff --git a/apps/irssi/docs/help/in/wjoin.in b/apps/irssi/docs/help/in/wjoin.in deleted file mode 100644 index 8386e178..00000000 --- a/apps/irssi/docs/help/in/wjoin.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:wjoin@ - -With this you can join multiple channels in same -window. This command does the same as /JOIN but -it doesn't create a new window for the channel joined. - -See also: JOIN, WINDOW - diff --git a/apps/irssi/docs/help/in/wquery.in b/apps/irssi/docs/help/in/wquery.in deleted file mode 100644 index ae4799af..00000000 --- a/apps/irssi/docs/help/in/wquery.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:wquery@ - -Starts a query in the current window without -opening a new window. - -See also: QUERY, WINDOW, SET AUTOCREATE - -- 2.43.0