======
 MISC 
======
| 

about
-----
| 

:author:  Bart Thate <bart@gozerbot.org>
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license: Public Domain
 
| 

description
-----------
| 

miscellaneous commands

| 

commands
--------
| 


1) active (a)

    active [<minutesback>] .. show who has been active in the last 15 or <minutesback> minutes

    ::

        <user> !active
        <output> test is active

    ::

        <user> !active 600
        <output> nobody active

2) dayline (dl)

    show nr of lines spoken in last day

    ::

        <user> !dl
        <output> 3 - - - - - - - - - - - - - - - - - - - - - - - -  (nr lines per hour for the last day .. most recent
        <output>  hour first)

3) line (l)

    show activity for the last hour

    ::

        <user> !line
        <output> 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        <output>  - - - - - - - - - - (number of lines per minute for the last hour .. most recent minute first)

4) ps

    show ps line of the bot

    ::

        <user> !ps
        <output> cpu=7.5 mem=1.7 vsz=175068 rss=9196 stat=Sl+ started=03:52 time=0:00 threads=17

5) response

    response test .. see if we can receive a response

    ::

        <user> !response
        <output> say something so i can see if i can get a response from you

6) source (about)

    show source url

    ::

        <user> !source
        <output> see http://gozerbot.org .. for mercurial use: "hg clone http://gozerbot.org/hg/gozerbot" .. for subversion
        <output>  use: "svn checkout http://gozerbot.googlecode.com/svn/trunk/ gozerbot" .. a debian package is available
        <output>  in testing and unstable

7) test

    give test response

    ::

        <user> !test
        <output> cmnd=PRIVMSG prefix= postfix= arguments=[] nick=test user= userhost=test@test channel=#test txt=test
        <output>  command=test args=[] rest= speed=5

8) time (t)

    show current time

    ::

        <user> !time
        <output> Tue Jun 26 03:52:19 2007
