Changeset 2156:539bbffa70ae for doc

Show
Ignore:
Timestamp:
05/22/08 20:36:56 (8 months ago)
Author:
bart@…
Branch:
default
Message:

plugin docs step 1

Location:
doc/plugins
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • doc/plugins/ALARM

    r2155 r2156  
    2121remind the user with given txt at a certain time 
    2222 
    23 :: 
     23|  
    2424 
    25    the alarm plugin allows for alarms that message the user giving the 
     25  the alarm plugin allows for alarms that message the user giving the 
    2626  command at a certain time or number of seconds from now 
     27  
    2728 
    2829|  
     
    4041 
    4142        <user> !alarm 12:00 lunchtime 
    42         <output> we are already past Wed May 21 12:00:00 2008 
     43        <output> alarm 7 set at Thu May 22 12:00:00 2008 
    4344 
    4445    :: 
    4546 
    46         <user> !alarm 3-11-2007 0:01 birthday ! 
    47         <output> we are already past Sat Nov  3 00:01:00 2007 
     47        <user> !alarm 3-11-2008 0:01 birthday ! 
     48        <output> alarm 8 set at Mon Nov  3 00:01:00 2008 
    4849 
    4950    :: 
    5051 
    5152        <user> !alarm +180 egg ready 
    52         <output> alarm 7 set at Wed May 21 12:57:39 2008 
     53        <output> alarm 9 set at Thu May 22 11:33:46 2008 
    5354 
    54552) alarm-del 
     
    5859    :: 
    5960 
    60         <user> !alarm-del 1 
    61         <output> failed to delete alarm with id 1 
     61        <user> !alarm-del 7 
     62        <output> alarm with id 7 deleted 
    6263 
    63643) alarm-list 
     
    6869 
    6970        <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  
    7174 
    72754) alarm-mylist (myalarms) 
     
    7780 
    7881        <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  
    2121support for aliases 
    2222 
    23 :: 
     23|  
    2424 
    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  
    2728 
    2829|  
  • doc/plugins/AUTOREPLY

    r2155 r2156  
    2121jabber autoreply 
    2222 
    23 :: 
     23|  
    2424 
    25    do autoreply on incoming jabber private messages except commands. to enable 
    26    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>.  
    2727 
    2828|  
  • doc/plugins/BIRTHDAY

    r1620 r2156  
    88|  
    99 
    10 :author:  Bart Thate <bart@gozerbot.org> 
     10:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    1212:website: http://plugins.gozerbot.org 
     
    1919|  
    2020 
    21 manage birthday data 
     21birthday plugin 
     22 
     23|  
     24 
     25  this plugin allows for birthday data to be added and retrieved  
    2226 
    2327|  
     
    3438    :: 
    3539 
    36         <user> !age dunker 
    37         <output> can't find birthday data for dunker 
     40        <user> !age test 
     41        <output> age of test is 40 years 28 weeks and 5 days 
    3842 
    39432) bd (jarig) 
     
    4852    :: 
    4953 
    50         <user> !bd dunker 
    51         <output> i don't have birthday data for dunker 
     54        <user> !bd test 
     55        <output> birthday of test is 3-11-1967 
    5256 
    53573) bd-del (deljarig) 
  • doc/plugins/BOTSNACK

    r1620 r2156  
    88|  
    99 
    10 :author:  Bart Thate <bart@gozerbot.org> 
     10:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    1212:website: http://plugins.gozerbot.org 
     
    2020 
    2121give the bot a snack 
     22 
     23|  
     24 
     25  eat it  
    2226 
    2327|  
     
    3539 
    3640        <user> !botsnack 
    37         <output> thnx test ;] 
     41        <output> smikkel ;] 
    3842 
    39432) botsnack-add 
     
    5256    :: 
    5357 
    54         <user> !botsnack-del mekker 
    55         <output> i have no mekker in botsnacklist 
     58        <user> !botsnack-del thnx <nick> ;] 
     59        <output> botsnack thnx <nick> ;] removed 
    5660 
    57614) botsnack-list 
     
    6266 
    6367        <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  
    88|  
    99 
    10 :author:  Bart Thate <bart@gozerbot.org> 
     10:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    1212:website: http://plugins.gozerbot.org 
     
    2020 
    2121manage 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  
    2229 
    2330|  
  • doc/plugins/CHOICE

    r1620 r2156  
    88|  
    99 
    10 :author:  Bart Thate <bart@gozerbot.org> 
     10:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    1212:website: http://plugins.gozerbot.org 
     
    1919|  
    2020 
    21 make a random choice of string or pipeline 
     21make a random choice 
     22 
     23|  
     24 
     25  the choice command can be used with a string or in a pipeline  
    2226 
    2327|  
     
    4044 
    4145        <user> !list | choice 
    42         <output> timer 
     46        <output> simplelog 
  • doc/plugins/CODE

    r1620 r2156  
    88|  
    99 
    10 :author:  Bart Thate <bart@gozerbot.org> 
     10:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    1212:website: http://plugins.gozerbot.org 
     
    2020 
    2121the code plugin provides code related commands 
     22 
     23|  
     24 
    2225 
    2326|  
  • doc/plugins/COLLECTIVE

    r2151 r2156  
    1919|  
    2020 
    21 manage links to other bots .. to be accessible a bot needs to run the webserver 
     21query other gozerbots 
    2222 
    23 :: 
     23|  
    2424 
    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  
    2730 
    2831|  
     
    7578        <output>  a bowel preparation <aa_> which makes me giggle || 
    7679        <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>  > 
    7883 
    79845) coll-add 
     
    110115 
    111116        <user> !coll-getnode gozerbot 
    112         <output> name=gozerbot url=<http://gozerbot.org:8088> seen=Sat 
    113         <output>  May 17 22:44:29 2008 
     117        <output> name=gozerbot url=<http://gozerbot.org:8088> seen=Thu 
     118        <output>  May 22 20:32:35 2008 
    114119 
    1151209) coll-join 
     
    129134 
    130135        <user> !coll-list 
    131         <output> name=gozerbot url=<http://gozerbot.org:8088> seen=Sat 
    132         <output>  May 17 22:44:35 2008 .. name=gozerbot.org:8088 url=<http://213.196.7.59:8088> 
    133         <output>  seen=Sat May 17 22:44:35 2008 .. name=ThinkInternet.nl:8088 
    134         <output>  url=<http://213.196.7.11:8088> seen=Sat May 17 22:44:35 
     136        <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 
    135140        <output>  2008 .. name=hammer.stack.nl:8883 url=<http://131.155.140.153:8883> 
    136         <output>  seen=Sat May 17 22:44:35 2008 
     141        <output>  seen=Thu May 22 20:32:41 2008 
    137142 
    13814311) coll-names 
     
    164169        <output> gozerbot node removed 
    165170 
    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 
     17114) coll-sync 
    176172 
    177173    coll-sync <url> .. sync with provided node 
  • doc/plugins/CORE

    r1620 r2156  
    88|  
    99 
    10 :author:  Bart Thate <bart@gozerbot.org> 
     10:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    1212:website: http://plugins.gozerbot.org 
     
    2323|  
    2424 
     25  core bot commands  
     26 
     27|  
     28 
    2529commands 
    2630-------- 
     
    3741        <output> 1) commands .. 2) hg-committers (committers) 
    3842 
    39 2) available 
     432) available (plugins) 
    4044 
    4145    show what plugins are available 
     
    4448 
    4549        <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 
    5451 
    55523) cc 
     
    9289 
    9390        <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) .. 
    9797        <output>  whatperms .. whereis 
    9898 
     
    113113 
    114114        <user> !help test 
    115         <output> command description of test: give test response .. alias: None .. examples:  test 
     115        <output> give test response .. alias: None .. examples:  test 
    116116 
    117117    :: 
    118118 
    119119        <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 
    122123 
    1231249) intro 
     
    156157 
    157158        <user> !less-size 
     159        <output> none 
    158160 
    15916112) list (ll) 
     
    164166 
    165167        <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 
    174182 
    175183    :: 
    176184 
    177185        <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 
    181194 
    18219513) loglevel 
     
    201214 
    202215        <user> !more 
    203 [03:54:03] (eventhandler) test (test@test) executing more 
     216[22 May 2008 20:34:19] (eventhandler) test (test@test) executing more 
    204217        <output> no more data available for test 
    205218 
     
    211224 
    212225        <user> !party-loud 
    213 [03:54:03] (eventhandler) test (test@test) executing party-loud 
     226[22 May 2008 20:34:19] (eventhandler) test (test@test) executing party-loud 
    214227        <output> partyline put to loud mode 
    215228 
     
    221234 
    222235        <user> !party-silent 
    223 [03:54:03] (eventhandler) test (test@test) executing party-silent 
     236[22 May 2008 20:34:19] (eventhandler) test (test@test) executing party-silent 
    224237        <output> partyline put to silent mode 
    225238 
     
    231244 
    232245        <user> !partylist 
    233 [03:54:03] (eventhandler) test (test@test) executing partylist 
     246[22 May 2008 20:34:19] (eventhandler) test (test@test) executing partylist 
    234247        <output> no party yet! 
    235248 
     
    241254 
    242255        <user> !perm quit 
    243 [03:54:03] (eventhandler) test (test@test) executing perm quit 
     256[22 May 2008 20:34:19] (eventhandler) test (test@test) executing perm quit 
    244257        <output> quit command needs ['OPER'] permission 
    245258 
     
    251264 
    252265        <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 
    257273        <output>  = 1 
    258274 
     
    264280 
    265281        <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 
    275293        <output> saving .. .. done 
    276294 
     
    282300 
    283301        <user> !u dunker 
    284 [03:54:03] (eventhandler) test (test@test) executing u dunker 
     302[22 May 2008 20:34:19] (eventhandler) test (test@test) executing u dunker 
    285303        <output> bart@gozerbot.org 
    286304 
     
    292310 
    293311        <user> !uptime 
    294 [03:54:03] (eventhandler) test (test@test) executing uptime 
    295         <output> uptime is 2 seconds 
     312[22 May 2008 20:34:19] (eventhandler) test (test@test) executing uptime 
     313        <output> uptime is 5 seconds 
    296314 
    29731523) userhostcache 
     
    304322 
    305323        <user> !version 
    306 [03:54:03] (eventhandler) test (test@test) executing version 
    307         <output> GOZERBOT 0.7-BETA HG revision 1583 
     324[22 May 2008 20:34:19] (eventhandler) test (test@test) executing version 
     325        <output> GOZERBOT 0.8.1 HG revision 2155 
    308326 
    30932725) whatperms 
     
    316334 
    317335        <user> !whereis test 
    318 [03:54:03] (eventhandler) test (test@test) executing whereis test 
     336[22 May 2008 20:34:19] (eventhandler) test (test@test) executing whereis test 
    319337        <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