chiark / gitweb /
New help scheme.
[ircbot.git] / helpinfos
1 !
2 General commands:           Registration and user settings:
3  help [<cmd>|<opt>|<topic>]  register [insecure|delete]
4  seen <nick>                 set [<opt> [<value>]]
5  summon <username>           (See `help identify'.)
6  convert <number> <unit>    Channel settings:
7  ops                         oplist [<chan>] [+|-|= [?]<nick> ...]
8 Options:                    Additional help topics:
9  timeformat ks|hms           identify identpass invite
10 Send commands to me by /msg, or say them in channel with ! in front.
11
12 !help
13 help             gives an overview and lists the topics &c
14 help <command>   gives help on a command
15 help <opt>       gives help on an option
16 help <topic>     gives help on an additional topic
17
18 !seen
19 seen <nick>
20  Tells you or the channel when I last saw that nick in
21  use.  When the nick is next used, I'll tell them you asked.
22
23 !summon
24 summon <username>
25  Invites a logged-on user onto IRC.  If the user is not logged on
26  you'll be told.  Target users can change this (eg, to disable it)
27  by reconfiguring the userv service `irc-summon'.  See ~ian/.userv.
28
29 !convert
30 convert <number> <unit>
31  Converts the specified quantity into SI units.  Units that are
32  understood are any understood by units(1) and also
33    kelvin celsius fahrenheit    (convert to celsius or kelvin)
34
35 !ops
36 ops             on channel
37 ops <channel>   (privately)
38  Asks me to give you channel operator privilege.  You must have
39  identified yourself (see `help identification').
40
41 !oplist
42 oplist [<chan>]                      show chop list
43 oplist [<chan>] + <nick> <nick> ...  add nicks to chop list
44 oplist [<chan>] - <nick> <nick> ...  remove nicks from chop list
45 oplist [<chan>] = <nick> <nick> ...  set chop list
46  Configures the list of who may use the `ops' command.  You must be
47  on the oplist yourself to do this.  If you op me on a channel I'll
48  automatically add you to the oplist if you have identified yourself.
49
50 !identify
51 You must identify yourself to change your settings and to use channel
52 management commands.  In ircII on chiark, just say `/blight-id'.  For
53 other clients, see `help identpass'.  Once you are identified you can
54 then register new nicks, change settings, etc. - so long as you
55 remain on a channel that I'm on too.  (See also `help invite'.)
56
57 !identpass
58 identpass <username> <password>
59  Identification, for example with /blight-id, is actually done with
60  `identpass', which passes the md5sum of the password to `userv
61  <username> irc-identpass <nick>'.  That must exit 0 if all is well.
62
63 !invite
64 If you invite me to a channel I'll join it.
65
66 !register
67 register            register your nick (or make it secure)
68 register delete     delete your nick registration
69 register insecure   register your nick insecurely
70  I only store settings for registered nicks.  For `insecure' nicks
71  anyone who currently holds that nick can change its settings,
72  including securing it to their username.  `secure' nicks can only
73  have their settings changed by the user to which they are
74  registered, after identifying themselves (see `help identify').
75
76 !set
77 set                  show your current settings
78 set <option>         show the current setting of <option>
79 set <option> <value> set <option> to <value>
80  See also `help register' and `help ident'.  See just `help' for the
81  list of options, and `help <option>' for info about that option.
82
83 !timeformat
84 set timeformat ks   show times in seconds, kiloseconds, etc.
85 set timeformat hms  use days, hours, minutes, seconds
86
87 #