]> git.donarmstrong.com Git - infobot.git/blob - files/infobot.help
Initial revision
[infobot.git] / files / infobot.help
1 # Revised: 19991109.
2 #  Author: xk
3 ###
4
5 main: I learn mainly by observing declarative statements such as "x is at http://www.xxx.com", and then reply when people ask things like "where can i find x?"
6
7 author: oznoid (mailto:lenzo@ri.cmu.edu) is my original author.
8
9 corrections: If I come back with "...but x is at http://xx.xx.xx" or something like that, and you want to change the entry, use "no, x is at http://sdfsdfsdf".  The "No," tells me to supercede the existing value.
10 corrections: you can append stuff to a factoid with "also". "x is also at ..."
11
12 action: This is used to override the usual response. "x is <REPLY> does the hokey-pokey". When asked about x, the bot does this "* infobot does the hokey-pokey"
13
14 reply: There is a special tag, <reply>, that is used to override the usual response.  Usually, a response is "X is Y", but it can be made "Y" by making the entry "X is <reply> Y".  
15 reply: This is a good way to close junk entries; use "X is <reply>" with nothing after it.
16
17 alternation: The || symbol in an entry causes an infobot to choose one of the replies at random. "X is Y|Z" will produce "X is Y" or "X is Z" randomly.
18
19 # now the commands...
20 lobotomy: i can be given a lobotomy ([o] is required) if people start to abuse me.  to bring me back to life, give me an unlobotomy
21
22 unlobotomy: which is not possible in real life, an unlobotomy will bring me back to life in the case of a lobotomy.
23
24 addressing: it is a good idea if i stay in REQUIRE mode then i won't yell out random crap if i listen in too hard.  currently there is no way to turn this of on-the-fly.
25
26 forget: FIXME
27
28 find: D: Debian Packages (fallback to Contents) Search
29 find: U: ## [dcc] [dist] <string>
30 find: E: ## strings.h
31 find: E: ## dcc usr/bin
32 find: E: ## slink x11amp
33
34 rename: D: Factoid renaming.
35 rename: U: ## 'from' 'to'
36 rename: E: ## 'infobot' 'blootbot'
37
38 nslookup: D: Query DNS.
39 nslookup: U: ## <host|ip>
40 nslookup: E: ## debian.org
41 nslookup: E: ## 3.1.33.7
42
43 spell: you've guessed it right, i'm a spell checker. give me any word and i can confirm whether it's good or bad.
44
45 crypt: it's good that you thought about encryption. i can do it for you.
46 crypt: U: ## <string> <salt>
47 crypt: E: ## changeme 69
48
49 join: U: ## <#chan> [key]
50 join: E: ## #debian
51 join: E: ## #debian rules
52
53 kick: U: ## <nick> [#chan]
54 kick: E: ## oznoid
55 kick: E: ## larne #debian
56
57 wantnick: if someone's taken my nick (i hope not) and i'm using some temporary nick, i can change back to my original nick if it's not taken (again).
58
59 chaninfo: D: Display channel statistics on Op, Ban, Deop, Unban, Part, Join, SignOff, PublicMsg, Kick and Topic.
60 chaninfo: U: ## [#channel]
61 chaninfo: E: ##
62 chaninfo: E: ## #debian
63
64 dict: D: DICT Protocol Client.
65 dict: U: ## <query>
66 dict: E: ## AI
67 dict: E: ## 1 linux
68
69 freshmeat: D: Frontend to www.freshmeat.net
70 freshmeat: U: ## <query>
71 freshmeat: E: ## infobot
72
73 factstats: D: Display statistical data (max of 15) about factoids.
74 factstats: U: ## <type>
75 factstats: == author    -- top author of factoids.
76 factstats: == broken    -- broken factoids.
77 factstats: == dupe      -- duplicate factoids.
78 factstats: == locked    -- locked factoids.
79 factstats: == new       -- recent addition of factoids.
80 factstats: == partdupe  -- initial partial duplicate factoids.
81 factstats: == profanity -- possibly offensive factoids.
82 factstats: == redir     -- redirection in factoids.
83 factstats: == requested -- most requested factoids.
84 factstats: == toolong   -- factoid {key|value} exceeding specified length.
85 factstats: == unrequest -- unrequested factoids.
86 factstats: E: ## new
87
88 lart: D: Luser Attitude Readjustment Tool
89 lart: U: ## [#chan] <who>
90 lart: E: ## lenzo infobot's bugginess
91 lart: E: ## #perl everyone perl \=\= lamerville
92
93 listauth: D: Search the factoid extension db by creator.
94 listauth: U: ## <search>
95 listauth: E: ## xk
96
97 listkeys: D: Search the factoid database by key (factoid).
98 listkeys: U: ## <regex>
99 listkeys: E: ## infobot
100
101 listvalues: D: Search the factoid database by value (description).
102 listvalues: U: ## <regex>
103 listvalues: E: ## infobot
104
105 quote: D: Frontend to yahoo's online stock market share listing.
106 quote: U: ## <query>
107 quote: E: ## RHAT
108
109 weather: D: Frontend to www.weather.com.
110 weather: U: ## <query>
111 weather: E: ## Sydney
112 weather: E: ## Perth, Australia
113 weather: N: For first timers, please search for the city as all search results are kept in the local cache. You can then query 'city, location'.
114
115 topic add: D: Add your own topic.
116 topic add: U: ## <topic>
117 topic add: E: ## This is a test
118
119 topic del: D: Delete one or two subtopics.
120 topic del: U: ## <#>
121 topic del: E: ## 1
122 topic del: E: ## 1-3,5
123
124 topic mod: D: Search and replace strings in the topic.
125 topic mod: U: ## <REGEX>
126 topic mod: E: s/test/TEST/
127 topic mod: E: s#msg test#/msg test#g
128
129 topic mv: D: Move subtopics around.
130 topic mv: U: ## <#> <before|after|swap> <#>
131 topic mv: E: ## 1 after 2
132 topic mv: E: ## first before last
133
134 topic restore: U: ## <#>
135 topic restore: E: ## 3
136
137 topic: Usage for 'topic [#chan] <params>':
138 topic:   ---------------- __Subtopic__:
139 topic:   add <TOPIC>    - Append <TOPIC> to topic.
140 topic:   del <#>        - Remove subtopic <#> from topic.
141 topic:   list           - Display subtopics.
142 topic:   mod s/old/new/ - Search and replace topic.
143 topic:   mv <ARGS>      - 'topic mv'.
144 topic:   shuffle        - Randomly organize subtopics.
145 topic:   ---------------- __Topic__
146 topic:   history        - Show previous topics.
147 topic:   restore <#>    - Restore topic to <#>.
148 topic:   rehash         - Rehash changes to topic.
149 topic:   info           - Who and time info.
150 topic:   ---------------- __Misc__
151 topic:   about          - Read the file :)
152 topic:   help           - This screen.
153 topic: NOTE: #chan arg is only required if command is sent over private message to nick, otherwise it is not needed if sent to the channel.
154 topic: NOTE: commands can be preceeded? with '-' in order not to enforce changes to topic.
155 topic: End of help.
156
157 part: U: ## <#channel>
158 part: E: ## #debian
159
160 seen: U: ## <nick>
161 seen: E: ## infobot
162
163 factinfo: D: View statistical information about a particular factoid.
164 factinfo: U: ## <factoid>
165 factinfo: E: ## test
166
167 cookie: i can feed your appetite with random factoids.
168
169 slashdot: D: News for nerds, Stuff that matters. [tm]
170 slashdot: U: ##
171
172 babelfish: D: Frontend to babelfish translating service provided by digital.com
173 babelfish: U: x to <lang>: <words>
174 babelfish: U: translate from <lang>: <words>
175 babelfish: E: x to de: your cars rock
176
177 insult: FIXME
178
179 search: U: ## <engine> for <string>
180 search: E: ## google for evil
181
182 nickometer: FIXME
183
184 rot13: FIXME
185
186 karma: Karma is a community rating system.  Use "X++" to increase the karma, or "X--" to decrease it.  Ask for ratings using "karma for X?"
187
188 kernel: D: Frontend to linux.kernel.org's finger response.
189 kernel: U: ##
190
191 maths: FIXME
192
193 lock: D: Factoid locking to prevent removal by others.
194 lock: U: ## <factoid>
195 lock: E: ## abuse
196 lock: N: By default, only registered "ops" on the bots or factoids matching the user's nick are able to lock factoids.
197 lock: N: Requires factoid extension (extra) support enabled.
198
199 unlock: D: Factoid unlocking to allow removal by others.
200 unlock: U: ## <factoid>
201 unlock: E: ## abuse
202
203 dollar variables: D: To be used in factoids
204 dollar variables: $date        - ...
205 dollar variables: $time        - ...
206 dollar variables: $who         - ...
207 dollar variables: $username    - ...
208 dollar variables: $host        - ...
209 dollar variables: $channel     - ...
210 dollar variables: $lastspeaker - ...
211 dollar variables: $factoid     - ...
212 dollar variables: ...          - ...