Difference between revisions of "Wadsworth"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Echarlie
(Commands)
imported>Pew
 
(12 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
== Commands ==
 
== Commands ==
 
To get a list of the commands that the bot recognizes, just send her a PM to ask.
 
To get a list of the commands that the bot recognizes, just send her a PM to ask.
<pre>/msg Wadsworth .commands</pre>
+
<pre>/msg Wadsworth .command</pre>
  
 
For help with a specific command, send her a message like this:
 
For help with a specific command, send her a message like this:
Line 10: Line 10:
 
Some commands:
 
Some commands:
 
* Google "I'm Feeling Lucky" search: <code>.g $SEARCH_TERMS</code>
 
* Google "I'm Feeling Lucky" search: <code>.g $SEARCH_TERMS</code>
 +
* DuckDuckGo search: <code>.ddg $SEARCH_TERMS</code>
 
* Wikipedia: <code>.wik $ARTICLE</code>
 
* Wikipedia: <code>.wik $ARTICLE</code>
 
* Uncyclopedia: <code>.uncyc $ARTICLE</code>
 
* Uncyclopedia: <code>.uncyc $ARTICLE</code>
 
* Urban Dictionary: <code>.urb $SEARCH_TERMS</code>
 
* Urban Dictionary: <code>.urb $SEARCH_TERMS</code>
 
* Weather: <code>.weather $CITY</code>
 
* Weather: <code>.weather $CITY</code>
* [http://thefuckingweather.com The Fucking Weather]: <code>.tfw $ZIP</code> or <code>.tfw $CITY</code>
+
* [http://thefuckingweather.com The Fucking Weather]: <code>.tfw $ZIP</code> or <code>.tfw $CITY</code> or <code>.tfw K$AIRPORT</code>
 
** Defaults to meters
 
** Defaults to meters
 
** For Fahrenheit: <code>.tfwf</code>
 
** For Fahrenheit: <code>.tfwf</code>
Line 21: Line 22:
 
* Yi: <code>.yi</code>
 
* Yi: <code>.yi</code>
 
* Calculator: <code>.c $PROBLEM</code>
 
* Calculator: <code>.c $PROBLEM</code>
* Statistics: <code>.stats</code>
+
** Unfortunately doesn't support RPN
 
+
* Tell: <code>Wadsworth: tell $USER <message> </code>
 +
* timer: <code>.in $TIME <message> </code>
 +
** recognizes seconds, hours, minutes, days, months, weeks, years, all in decimal form
 +
* Hokiestalker: <code>.hs $SEARCH_TERM</code>
 +
* LASTFM: <code>.lastfm-set identify</code> - This command will show you how to set up last-fm to link to your irc account inside the #vtluug channel.
 
== Expressing gratitude ==
 
== Expressing gratitude ==
 
If you wish to thank Wadsworth, simply feed him a bot snack, like this:
 
If you wish to thank Wadsworth, simply feed him a bot snack, like this:
 
<pre>.botsnack</pre>
 
<pre>.botsnack</pre>
  
== Complaints ==
+
== Complaining/Requesting features ==
Please direct all complaints about the bot to [[User:mutantmonkey|mutantmonkey]]. You can do so by sending a message like this in the main channel:
+
If you have a complaint, please log into acidburn, and run
<pre>Wadsworth: tell mutantmonkey your bot sucks</pre>
+
<pre>$ echo "<message>" 2>&1 | tee -a /dev/null</pre>
 +
 
 +
If you have a feature request, you can append it here:
 +
* <code>.pgp $SEARCH_TERM</code> -- Run <code>gpg2 --keyserver keyserver.cns.vt.edu --search-keys $SEARCH_TERM</code> or just search in the cns keyserver web ui
  
[[Category:Round 2 migration]]
+
[[Category:VTLUUG:Projects]]
[[Category:IRC]]
+
[[Category:Infrastructure]]

Latest revision as of 05:50, 4 January 2018

Wadsworth is the bot for the #vtluug IRC channel. He is a modified instance of phenny that runs on acidburn.

Commands

To get a list of the commands that the bot recognizes, just send her a PM to ask.

/msg Wadsworth .command

For help with a specific command, send her a message like this:

/msg Wadsworth Wadsworth: help yi?

Some commands:

  • Google "I'm Feeling Lucky" search: .g $SEARCH_TERMS
  • DuckDuckGo search: .ddg $SEARCH_TERMS
  • Wikipedia: .wik $ARTICLE
  • Uncyclopedia: .uncyc $ARTICLE
  • Urban Dictionary: .urb $SEARCH_TERMS
  • Weather: .weather $CITY
  • The Fucking Weather: .tfw $ZIP or .tfw $CITY or .tfw K$AIRPORT
    • Defaults to meters
    • For Fahrenheit: .tfwf
    • For Celsius: .tfwc
    • For meV: .tfwev
  • Yi: .yi
  • Calculator: .c $PROBLEM
    • Unfortunately doesn't support RPN
  • Tell: Wadsworth: tell $USER <message>
  • timer: .in $TIME <message>
    • recognizes seconds, hours, minutes, days, months, weeks, years, all in decimal form
  • Hokiestalker: .hs $SEARCH_TERM
  • LASTFM: .lastfm-set identify - This command will show you how to set up last-fm to link to your irc account inside the #vtluug channel.

Expressing gratitude

If you wish to thank Wadsworth, simply feed him a bot snack, like this:

.botsnack

Complaining/Requesting features

If you have a complaint, please log into acidburn, and run

$ echo "<message>" 2>&1 | tee -a /dev/null

If you have a feature request, you can append it here:

  • .pgp $SEARCH_TERM -- Run gpg2 --keyserver keyserver.cns.vt.edu --search-keys $SEARCH_TERM or just search in the cns keyserver web ui