Merged silc_1_0_branch to trunk.
[silc.git] / apps / irssi / docs / help / in / kill.in
1
2 @SYNTAX:kill@
3
4 This command can be used for two purpose:  SILC operator may use it to
5 remove a client from the network, or user may use it to remove its own
6 client entries from the network.  If you are not SILC operator you cannot
7 use this command to remove anybody else except yourself from the network.
8 Only SILC operator is able to kill other clients from the network.
9
10 Killing own client entry from network:
11
12 When killing your own client entry you must provide -pubkey option to the
13 command. For killing your own client from network you also must be
14 connected to the same server as your own client entry (the client entry
15 may be for example detached client entry).  If you are not connected to
16 the same server you won't be able to kill the client.  Also, if you have
17 changed or lost your old public key pair you won't be able to kill the
18 client.
19
20 Killing as SILC Operator:
21
22 Before killing you must elevate your privileges to SILC Operator by using
23 the /SILCOPER command.  After that you can kill a client.  When using this
24 command as SILC operator -pubkey option has no effect and can be omitted.
25
26 Examples:
27
28         /KILL myself -pubkey
29
30             Kill yourself with nickname "myself" from network.
31
32         /SILCOPER user
33         /KILL someclient You have been killed
34
35             Become SILC operator and kill client named
36             "someclient", with comment "You have been killed".
37
38 See also: OPER, SILCOPER
39