marvvin

IRC bot
git clone https://hhvn.uk/marvvin
git clone git://hhvn.uk/marvvin
Log | Files | Refs | README | LICENSE

help.txt (1261B)


      1 marvvin, help/source/src
      2 	Print links to git repo and this help document.
      3 
      4 marvvin, say hi to ...
      5 	Greet a person.
      6 
      7 marvvin, say ...
      8 	Print a string.
      9 
     10 marvvin, topic ...
     11 	Set the topic of #hlircnet to include '<your nick> ...'.
     12 
     13 marvvin, convert/exchange/currency [amount] <unit> [to] <unit>
     14 	Convert between various units.
     15 
     16 marvvin, suggest <category> <value>
     17 	Suggest a feature/response/data/... to be used by marvvin.
     18 
     19 marvvin, suggest
     20 	Print categories for the suggest command.
     21 
     22 marvvin, ip <host/ip>
     23 	Get information about a hostname or IP address.
     24 
     25 marvvin, backronym <acronym>
     26 	Get a series of random words with the first character responding to a
     27 	character in <acronym>. https://en.wikipedia.org/wiki/Backronym
     28 
     29 marvvin, date [format]
     30 	Get the date. Accepts a strftime(3) format string.
     31 
     32 marvvin, date [date] <time> <tz1> to <tz2>
     33 	Convert date & time from <tz1> to <tz2>.
     34 	Using 'unix' as a timezone will convert with unix time.
     35 	https://en.wikipedia.org/wiki/Unix_time
     36 	'now' can be used as a shorthand.
     37 
     38 marvvin, date for/at/in/as <timezone>
     39 	Print date using <timezone>.
     40 	Use `marvvin, date +%s` for unix time.
     41 
     42 marvvin, dict <term>
     43 	Print a URI to a definition.
     44 
     45 This help file is not comprehensive.
     46 It documents only useful command-like actions.