Changeset 2156:539bbffa70ae for doc
- Timestamp:
- 05/22/08 20:36:56 (8 months ago)
- Branch:
- default
- Location:
- doc/plugins
- Files:
-
- 10 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/plugins/ALARM
r2155 r2156 21 21 remind the user with given txt at a certain time 22 22 23 :: 23 | 24 24 25 the alarm plugin allows for alarms that message the user giving the25 the alarm plugin allows for alarms that message the user giving the 26 26 command at a certain time or number of seconds from now 27 27 28 28 29 | … … 40 41 41 42 <user> !alarm 12:00 lunchtime 42 <output> we are already past Wed May 2112:00:00 200843 <output> alarm 7 set at Thu May 22 12:00:00 2008 43 44 44 45 :: 45 46 46 <user> !alarm 3-11-200 70:01 birthday !47 <output> we are already past Sat Nov 3 00:01:00 200747 <user> !alarm 3-11-2008 0:01 birthday ! 48 <output> alarm 8 set at Mon Nov 3 00:01:00 2008 48 49 49 50 :: 50 51 51 52 <user> !alarm +180 egg ready 52 <output> alarm 7 set at Wed May 21 12:57:39200853 <output> alarm 9 set at Thu May 22 11:33:46 2008 53 54 54 55 2) alarm-del … … 58 59 :: 59 60 60 <user> !alarm-del 161 <output> failed to delete alarm with id 161 <user> !alarm-del 7 62 <output> alarm with id 7 deleted 62 63 63 64 3) alarm-list … … 68 69 69 70 <user> !alarm-list 70 <output> 7) test: Wed May 21 12:57:39 2008 - egg ready 71 <output> 6) test: Thu May 22 12:00:00 2008 - lunchtime .. 8) 72 <output> test: Mon Nov 3 00:01:00 2008 - birthday ! .. 9) 73 <output> test: Thu May 22 11:33:46 2008 - egg ready 71 74 72 75 4) alarm-mylist (myalarms) … … 77 80 78 81 <user> !alarm-mylist 79 <output> 7) Wed May 21 12:57:39 2008 - egg ready 82 <output> 6) Thu May 22 12:00:00 2008 - lunchtime .. 8) Mon 83 <output> Nov 3 00:01:00 2008 - birthday ! .. 9) Thu May 22 84 <output> 11:33:46 2008 - egg ready -
doc/plugins/ALIAS
r2155 r2156 21 21 support for aliases 22 22 23 :: 23 | 24 24 25 this alias plugin allows aliases for commands to be added. aliases are in 26 the form of <alias> <command> 25 this alias plugin allows aliases for commands to be added. aliases are in 26 the form of <alias> -> <command> .. aliases to aliases are not allowed 27 27 28 28 29 | -
doc/plugins/AUTOREPLY
r2155 r2156 21 21 jabber autoreply 22 22 23 :: 23 | 24 24 25 do autoreply on incoming jabber private messages except commands. to enable26 use autoreply-cfg txt <message to send>.25 do autoreply on incoming jabber private messages except commands. to enable 26 use autoreply-cfg txt <message to send>. 27 27 28 28 | -
doc/plugins/BIRTHDAY
r1620 r2156 8 8 | 9 9 10 :author: Bart Thate <b art@gozerbot.org>10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 12 :website: http://plugins.gozerbot.org … … 19 19 | 20 20 21 manage birthday data 21 birthday plugin 22 23 | 24 25 this plugin allows for birthday data to be added and retrieved 22 26 23 27 | … … 34 38 :: 35 39 36 <user> !age dunker37 <output> can't find birthday data for dunker40 <user> !age test 41 <output> age of test is 40 years 28 weeks and 5 days 38 42 39 43 2) bd (jarig) … … 48 52 :: 49 53 50 <user> !bd dunker51 <output> i don't have birthday data for dunker54 <user> !bd test 55 <output> birthday of test is 3-11-1967 52 56 53 57 3) bd-del (deljarig) -
doc/plugins/BOTSNACK
r1620 r2156 8 8 | 9 9 10 :author: Bart Thate <b art@gozerbot.org>10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 12 :website: http://plugins.gozerbot.org … … 20 20 21 21 give the bot a snack 22 23 | 24 25 eat it 22 26 23 27 | … … 35 39 36 40 <user> !botsnack 37 <output> thnx test;]41 <output> smikkel ;] 38 42 39 43 2) botsnack-add … … 52 56 :: 53 57 54 <user> !botsnack-del mekker55 <output> i have no mekker in botsnacklist58 <user> !botsnack-del thnx <nick> ;] 59 <output> botsnack thnx <nick> ;] removed 56 60 57 61 4) botsnack-list … … 62 66 63 67 <user> !botsnack-list 64 <output> ['thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> 65 <output> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]', 'thnx <nick> ;]'] 68 <output> [] -
doc/plugins/CHANPERM
r1620 r2156 8 8 | 9 9 10 :author: Bart Thate <b art@gozerbot.org>10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 12 :website: http://plugins.gozerbot.org … … 20 20 21 21 manage channel permissions 22 23 | 24 25 channel permission are used to allow all user in a channel to have 26 permissions .. permission that use userstate information can not be used, 27 for that the users must be meeted to the bot 28 22 29 23 30 | -
doc/plugins/CHOICE
r1620 r2156 8 8 | 9 9 10 :author: Bart Thate <b art@gozerbot.org>10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 12 :website: http://plugins.gozerbot.org … … 19 19 | 20 20 21 make a random choice of string or pipeline 21 make a random choice 22 23 | 24 25 the choice command can be used with a string or in a pipeline 22 26 23 27 | … … 40 44 41 45 <user> !list | choice 42 <output> timer46 <output> simplelog -
doc/plugins/CODE
r1620 r2156 8 8 | 9 9 10 :author: Bart Thate <b art@gozerbot.org>10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 12 :website: http://plugins.gozerbot.org … … 20 20 21 21 the code plugin provides code related commands 22 23 | 24 22 25 23 26 | -
doc/plugins/COLLECTIVE
r2151 r2156 19 19 | 20 20 21 manage links to other bots .. to be accessible a bot needs to run the webserver 21 query other gozerbots 22 22 23 :: 23 | 24 24 25 the collective is a network of gozerbots connected by use of the bots 26 builtin webserver. nodes are urls pointing to these webservers 25 the collective is a network of gozerbots connected by use of the bots 26 builtin webserver. nodes are urls pointing to these webservers .. this plugin 27 provides the client side of the collective, to join the collective the 28 webserver must be enabled and open for other connections (see WEBSERVER) 29 27 30 28 31 | … … 75 78 <output> a bowel preparation <aa_> which makes me giggle || 76 79 <output> [ThinkInternet.nl:8088] [Errno socket error] (111, 77 <output> 'Connection refused') || [hammer.stack.nl:8883] 80 <output> 'Connection refused') || [hammer.stack.nl:8883] #4 81 <output> <test 2222222222222222222222222222222222222222222222222222222222222222222222222 82 <output> > 78 83 79 84 5) coll-add … … 110 115 111 116 <user> !coll-getnode gozerbot 112 <output> name=gozerbot url=<http://gozerbot.org:8088> seen= Sat113 <output> May 17 22:44:292008117 <output> name=gozerbot url=<http://gozerbot.org:8088> seen=Thu 118 <output> May 22 20:32:35 2008 114 119 115 120 9) coll-join … … 129 134 130 135 <user> !coll-list 131 <output> name=gozerbot url=<http://gozerbot.org:8088> seen= Sat132 <output> May 17 22:44:352008 .. name=gozerbot.org:8088 url=<http://213.196.7.59:8088>133 <output> seen= Sat May 17 22:44:352008 .. name=ThinkInternet.nl:8088134 <output> url=<http://213.196.7.11:8088> seen= Sat May 17 22:44:35136 <output> name=gozerbot url=<http://gozerbot.org:8088> seen=Thu 137 <output> May 22 20:32:41 2008 .. name=gozerbot.org:8088 url=<http://213.196.7.59:8088> 138 <output> seen=Thu May 22 20:32:41 2008 .. name=ThinkInternet.nl:8088 139 <output> url=<http://213.196.7.11:8088> seen=Thu May 22 20:32:41 135 140 <output> 2008 .. name=hammer.stack.nl:8883 url=<http://131.155.140.153:8883> 136 <output> seen= Sat May 17 22:44:352008141 <output> seen=Thu May 22 20:32:41 2008 137 142 138 143 11) coll-names … … 164 169 <output> gozerbot node removed 165 170 166 14) coll-setname 167 168 set name of collective node 169 170 :: 171 172 <user> !coll-setname 234123 gozerbot 173 <output> no such node 174 175 15) coll-sync 171 14) coll-sync 176 172 177 173 coll-sync <url> .. sync with provided node -
doc/plugins/CORE
r1620 r2156 8 8 | 9 9 10 :author: Bart Thate <b art@gozerbot.org>10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 12 :website: http://plugins.gozerbot.org … … 23 23 | 24 24 25 core bot commands 26 27 | 28 25 29 commands 26 30 -------- … … 37 41 <output> 1) commands .. 2) hg-committers (committers) 38 42 39 2) available 43 2) available (plugins) 40 44 41 45 show what plugins are available … … 44 48 45 49 <user> !available 46 <output> 8b .. alarm .. alert .. alias .. autoreply .. autovoice .. away .. birthday .. botsnack .. chanperm .. 47 <output> choice .. code .. collective .. convert .. core .. count .. country .. dig .. dns .. event .. fleet 48 <output> .. googletalk .. greeting .. grep .. hello .. hg .. housetier .. idle .. ignore .. infoitem .. install 49 <output> .. irc .. jabber .. jcoll .. job .. karma .. lag .. lart .. limiter .. links .. lists .. log .. mail 50 <output> .. mailexceptions .. markov .. misc .. mono .. nickcapture .. nickserv .. not .. ops .. pgp .. popcon 51 <output> .. probe .. quote .. relay .. reload .. remind .. rest .. reverse .. rss .. search .. shop .. size .. 52 <output> snarf .. tail .. tell .. timer .. tinyurl .. to .. todo .. topic .. udp .. umode .. update .. upgrade 53 <output> .. user .. webserver .. wikipedia 50 <output> megahal .. tinyurl .. webserver 54 51 55 52 3) cc … … 92 89 93 90 <user> !commands core 94 <output> apro (apropos) .. available .. cc .. cc-add .. cc-del .. commands .. encoding .. help .. intro .. less 95 <output> .. less-size .. list (ll) .. loglevel .. more .. party-loud .. party-silent .. partylist .. perm .. 96 <output> quit (halt) .. reboot .. running .. save .. u .. uptime (up) .. userhostcache .. version (mekker) .. 91 <output> apro (apropos) .. available (plugins) .. cc .. cc-add 92 <output> .. cc-del .. commands .. encoding .. help .. intro 93 <output> .. less .. less-size .. list (ll) .. loglevel .. more 94 <output> .. party-loud .. party-silent .. partylist .. perm 95 <output> .. quit (halt) .. reboot .. running .. save .. u .. 96 <output> uptime (up) .. userhostcache .. version (mekker) .. 97 97 <output> whatperms .. whereis 98 98 … … 113 113 114 114 <user> !help test 115 <output> command description of test:give test response .. alias: None .. examples: test115 <output> give test response .. alias: None .. examples: test 116 116 117 117 :: 118 118 119 119 <user> !help misc 120 <output> plugin description: miscellaneous commands .. commands: active (a) .. dayline (dl) .. line (l) .. ps 121 <output> .. response .. source (about) .. test .. time (t) 120 <output> plugin description: miscellaneous commands .. commands: 121 <output> ps .. response .. source (about) .. test .. time (t) 122 <output> .. timezone 122 123 123 124 9) intro … … 156 157 157 158 <user> !less-size 159 <output> none 158 160 159 161 12) list (ll) … … 164 166 165 167 <user> !list 166 <output> 8b .. alarm .. alert .. alias .. autoreply .. autovoice .. away .. birthday .. botsnack .. chanperm .. 167 <output> choice .. code .. collective .. convert .. core .. count .. country .. dig .. dns .. event .. fleet 168 <output> .. googletalk .. greeting .. grep .. hello .. hg .. housetier .. idle .. ignore .. infoitem .. install 169 <output> .. irc .. jabber .. jcoll .. job .. karma .. lag .. lart .. limiter .. links .. lists .. log .. mail 170 <output> .. mailexceptions .. markov .. misc .. mono .. nickcapture .. nickserv .. not .. ops .. pgp .. popcon 171 <output> .. probe .. quote .. relay .. reload .. remind .. rest .. reverse .. rss .. search .. shop .. size .. 172 <output> snarf .. tail .. tell .. timer .. tinyurl .. to .. todo .. topic .. udp .. umode .. update .. upgrade 173 <output> .. user .. webserver .. wikipedia 168 <output> alarm .. alias .. all .. at .. autoreply .. backup 169 <output> .. birthday .. botsnack .. chanperm .. choice .. code 170 <output> .. collective .. core .. count .. debug .. dns .. 171 <output> fleet .. gcollect .. googletalk .. grab .. greeting 172 <output> .. grep .. hello .. hg .. idle .. ignore .. infoitem 173 <output> .. install .. irc .. jabber .. job .. karma .. lag 174 <output> .. links .. lists .. log .. mail .. mailexceptions 175 <output> .. markov .. misc .. nickcapture .. nickserv .. not 176 <output> .. ops .. pgp .. popcon .. quote .. relay .. reload 177 <output> .. remind .. rest .. reverse .. rss .. search .. seen 178 <output> .. shop .. simplelog .. size .. snarf .. tail .. tcp 179 <output> .. tell .. timer .. to .. todo .. topic .. udp .. 180 <output> umode .. underauth .. update .. upgrade .. url .. 181 <output> user .. userstate .. wikipedia 174 182 175 183 :: 176 184 177 185 <user> !list rss 178 <output> rss-add .. rss-addchannel .. rss-additemslist .. rss-channels .. rss-del .. rss-delchannel .. rss-delitemslist 179 <output> .. rss-feeds .. rss-get .. rss-itemslist .. rss-list .. rss-running .. rss-scan .. rss-setsleeptime 180 <output> .. rss-sleeptime .. rss-stopwatch .. rss-sync .. rss-url .. rss-watch 186 <output> rss-add .. rss-addchannel .. rss-additem .. rss-addmarkup 187 <output> .. rss-all .. rss-channels .. rss-del .. rss-delchannel 188 <output> .. rss-delitem .. rss-delmarkup .. rss-description 189 <output> .. rss-dump .. rss-feeds .. rss-get .. rss-itemslist 190 <output> .. rss-link .. rss-list .. rss-markup .. rss-running 191 <output> .. rss-scan .. rss-search .. rss-setsleeptime .. rss-sleeptime 192 <output> .. rss-start .. rss-stop .. rss-stopwatch .. rss-sync 193 <output> .. rss-url .. rss-watch 181 194 182 195 13) loglevel … … 201 214 202 215 <user> !more 203 [ 03:54:03] (eventhandler) test (test@test) executing more216 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing more 204 217 <output> no more data available for test 205 218 … … 211 224 212 225 <user> !party-loud 213 [ 03:54:03] (eventhandler) test (test@test) executing party-loud226 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing party-loud 214 227 <output> partyline put to loud mode 215 228 … … 221 234 222 235 <user> !party-silent 223 [ 03:54:03] (eventhandler) test (test@test) executing party-silent236 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing party-silent 224 237 <output> partyline put to silent mode 225 238 … … 231 244 232 245 <user> !partylist 233 [ 03:54:03] (eventhandler) test (test@test) executing partylist246 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing partylist 234 247 <output> no party yet! 235 248 … … 241 254 242 255 <user> !perm quit 243 [ 03:54:03] (eventhandler) test (test@test) executing perm quit256 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing perm quit 244 257 <output> quit command needs ['OPER'] permission 245 258 … … 251 264 252 265 <user> !running 253 [03:54:03] (eventhandler) test (test@test) executing running 254 <output> gotpong = 6 .. Alarms.check = 1 .. Commandhandler.handleloop = 1 .. BotHTTPServer.run = 1 .. Activechecker.checkone 255 <output> = 1 .. MainThread = 1 .. Activechecker.checker = 1 .. handle_running = 1 .. Rsswatcher.watch = 1 .. 256 <output> Periodical.checkloop = 1 .. Udplistener.listen = 1 .. Outputhandler.handleloop = 1 .. markovlearnlog 266 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing running 267 <output> Collective.join = 2 .. Runner._loop = 1 .. Udplistener._handleloop 268 <output> = 1 .. MainThread = 1 .. Tcplistener._handleloop = 269 <output> 1 .. Outmonitor._loop = 1 .. Tcplistener._listen = 270 <output> 1 .. Commandhandler.handleloop = 1 .. handle_running 271 <output> = 1 .. Plugins.showregistered = 1 .. Periodical.checkloop 272 <output> = 1 .. Udplistener._outloop = 1 .. Tcplistener._outloop 257 273 <output> = 1 258 274 … … 264 280 265 281 <user> !save 266 [03:54:03] (eventhandler) test (test@test) executing save 267 [03:54:03] (karma) gozerdata karma saved 268 [03:54:03] (karma) gozerdata reasonup saved 269 [03:54:03] (karma) gozerdata reasondown saved 270 [03:54:03] (karma) gozerdata whoup saved 271 [03:54:03] (karma) gozerdata whodown saved 272 [03:54:03] (logs) loglist saved 273 [03:54:03] (persist) gozerdata/idle saved 274 [03:54:03] (persist) gozerdata/fleet saved 282 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing save 283 [22 May 2008 20:34:19] (logs) loglist saved 284 [22 May 2008 20:34:19] (karma) gozerdata karma saved 285 [22 May 2008 20:34:19] (karma) gozerdata reasonup saved 286 [22 May 2008 20:34:19] (karma) gozerdata reasondown saved 287 [22 May 2008 20:34:19] (karma) gozerdata whoup saved 288 [22 May 2008 20:34:19] (karma) gozerdata whodown saved 289 [22 May 2008 20:34:19] (persist) gozerdata/fleet saved 290 [22 May 2008 20:34:19] (persist) gozerdata/test.channels saved 291 [22 May 2008 20:34:19] (persist) gozerdata/test.userhosts saved 292 [22 May 2008 20:34:19] (persist) gozerdata/test.state saved 275 293 <output> saving .. .. done 276 294 … … 282 300 283 301 <user> !u dunker 284 [ 03:54:03] (eventhandler) test (test@test) executing u dunker302 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing u dunker 285 303 <output> bart@gozerbot.org 286 304 … … 292 310 293 311 <user> !uptime 294 [ 03:54:03] (eventhandler) test (test@test) executing uptime295 <output> uptime is 2seconds312 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing uptime 313 <output> uptime is 5 seconds 296 314 297 315 23) userhostcache … … 304 322 305 323 <user> !version 306 [ 03:54:03] (eventhandler) test (test@test) executing version307 <output> GOZERBOT 0. 7-BETA HG revision 1583324 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing version 325 <output> GOZERBOT 0.8.1 HG revision 2155 308 326 309 327 25) whatperms … … 316 334 317 335 <user> !whereis test 318 [ 03:54:03] (eventhandler) test (test@test) executing whereis test336 [22 May 2008 20:34:19] (eventhandler) test (test@test) executing whereis test 319 337 <output> misc 320 [03:54:03] (GOZERBOT) shutting down 321 [03:54:03] (eventhandler) stopping <gozerbot.eventhandler.Commandhandler object at 0xb7b30a8c> 322 [03:54:03] (test) stopped 323 [03:54:03] (eventhandler) stopping <gozerbot.eventhandler.Outputhandler object at 0xb7dba5ec> 324 [03:54:03] (persist) gozerdata/test.channels saved 325 [03:54:03] (persist) gozerdata/test.state saved 326 [03:54:03] (test) exit 327 [03:54:03] (karma) gozerdata karma saved 328 [03:54:03] (karma) gozerdata reasonup saved 329 [03:54:03] (karma) gozerdata reasondown saved 330 [03:54:03] (karma) gozerdata whoup saved 331 [03:54:03] (karma) gozerdata whodown saved 332 [03:54:03] (logs) loglist saved 333 [03:54:03] (persist) gozerdata/idle saved 334 [03:54:03] (periodical) killed 1 jobs for popcon 335 [03:54:03] (periodical) killed 1 jobs for lag 336 [03:54:03] (plugins) popcon shutdown 337 [03:54:03] (plugins) alarm shutdown 338 [03:54:03] (markov) learning #test log done 339 [03:54:03] (collective) 213.196.7.59:8088 added to active list 340 [03:54:03] (collective) 81.173.19.105:8088 added to active list 341 [03:54:03] (collective) 81.173.19.71:8088 added to active list 342 [03:54:03] (collective) 83.98.249.137:8888 added to active list 343 [03:54:03] (webserver) stopping 344 [03:54:06] (plugins) webserver shutdown 345 [03:54:06] (plugins) rss shutdown 346 [03:54:06] (plugins) udp shutdown 347 [03:54:06] (plugins) lag shutdown 348 [03:54:06] (plugins) collective shutdown 349 [03:54:06] (GOZERBOT) done 338 [22 May 2008 20:34:19] (GOZERBOT) SHUTTING DOWN 339 [22 May 2008 20:34:19] (gozerbot) shutting down plugins 340 [22 May 2008 20:34:19] (logs) loglist saved 341 [22 May 2008 20:34:19] (karma) gozerdata karma saved 342 [22 May 2008 20:34:19] (karma) gozerdata reasonup saved 343 [22 May 2008 20:34:19] (karma) gozerdata reasondown saved 344 [22 May 2008 20:34:19] (karma) gozerdata whoup saved 345 [22 May 2008 20:34:19] (karma) gozerdata whodown saved 346 [22 May 2008 20:34:19] (eventhandler) stopping <gozerbot.eventhandler.Commandhandler object at 0xb7ac1b8c> 347 [22 May 2008 20:34:19] (periodical) killed 1 jobs for popcon 348 [22 May 2008 20:34:19] (persist) gozerdata/seen saved 349 [22 May 2008 20:34:19] (tcp) shutting down tcplistener 350 [22 May 2008 20:34:19] (periodical) killed 0 jobs for gcollect 351 [22 May 2008 20:34:19] (periodical) killed 0 jobs for rss 352 [22 May 2008 20:34:19] (udp) shutting down udplistener 353 [22 May 2008 20:34:19] (periodical) killed 1 jobs for lag 354 [22 May 2008 20:34:19] (persist) gozerdata/url saved 355 [22 May 2008 20:34:19] (persist) gozerdata/idle saved 356 [22 May 2008 20:34:19] (plugins) popcon shutdown finished 357 [22 May 2008 20:34:19] (plugins) seen shutdown finished 358 [22 May 2008 20:34:19] (periodical) killed 1 jobs for alarm 359 [22 May 2008 20:34:21] (plugins) registered alarm .. alias .. all .. at .. autoreply .. backup .. birthday .. botsnack .. chanperm .. choice .. code .. collective .. core .. count .. debug .. dns .. fleet .. gcollect .. googletalk .. grab .. greeting .. grep .. hello .. hg .. idle .. ignore .. infoitem .. install .. irc .. jabber .. job .. karma .. lag .. links .. lists .. log .. mail .. mailexceptions .. markov .. misc .. nickcapture .. nickserv .. not .. ops .. pgp .. popcon .. quote .. relay .. reload .. remind .. rest .. reverse .. rss .. search .. seen .. shop .. simplelog .. size .. snarf .. tail .. tcp .. tell .. timer .. to .. todo .. topic .. udp .. umode .. underauth .. update .. upgrade .. url .. user .. userstate .. wikipedia 360 [22 May 2008 20:34
