UbotuTN

Differences between revisions 5 and 6
Revision 5 as of 2009-05-31 11:59:48
Size: 3826
Editor: adsl-70-99-142
Comment:
Revision 6 as of 2009-06-11 23:28:43
Size: 3963
Editor: adsl-70-104-198
Comment: added links to the homepage and wiki
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
is an IRC bot for the Ubuntu Tennessee Team's irc channel on Freenode. || '''Homepage:''' ||https://launchpad.net/ubotutn ||
|| '''Wiki:''' || https://wiki.ubuntu.com/TennesseeTeam/UbotuTN ||
----
UbotuTN
is an IRC bot for the Ubuntu Tennessee Team's irc channel on Freenode.

UbotuTN


UbotuTN is an IRC bot for the Ubuntu Tennessee Team's irc channel on Freenode. It is developed on top of the rbot, http://ruby-rbot.org/ , irc bot framework.

Currently ubotuTN features:

  • a factoid database that is up to date with the original ubotu. See http://ubottu.com/factoids.cgi

  • an Ubuntu bug searching plugin
  • many other third-party plugins to rbot

Using UbotuTN

UbotuTN is a (somewhat) intelligent IRC bot. The idea behind ubotuTN is that it remembers answers to commonly asked questions and that users of #ubuntu-us-tn can easily recall them when needed.

Using ubotuTN is simple. To ask ubotuTN to recall an answer, simply type in #ubuntu-us-tn:

!<factoid>?

Replace <factoid> with the actual factoid you want to recall. If ubotuTN doesn't currently have the factoid, it will reply by telling you it doesn't know it.

Another way to use ubotuTN is to ask ubotuTN to tell someone else about a factoid. You can accomplish this by typing:

!tell <nick> about <factoid>

Just replace <nick> with the nickname of the person you wish to tell about <factoid>. Replace <factoid> with the factoid you wish to use.

You can also suggest new factoids to ubotuTN:

!keyword set <factoid> is <fact>

or, if an incorrect factoid has been added, make ubotuTN delete it:

!keyword forget <factoid>

Replace <factoid> with the name of the factoid that should be deleted.

If you just want to search the bot or lookup factoids for yourself, you should send the commands to the bot privately:

/msg ubottu <factoid>?

It will then reply to you in a private message. Please use this to keep channel traffic to a minimum.

Looking for Factoids

If you are looking for a specific factoid but cannot remember which one, you can search the factoid database by factoid name or fact:

!keyword search <string>

Private messages

UbotuTN will also respond in private messages. You don't need to use the '!' in commands sent in private messages. He will also answer when addressed by his nickname in the channel, like this:

ubotuTN, tell binarymutant about java
ubotuTN: tell infocop411 about mp3
ubotuTN tell wrst about ati

Web interface

You can browse the factoids online at http://ubottu.com/factoids.cgi

Bugtracker connection

Using a very complicated regex, UbotuTN understands bugs from Ubuntu. It can reply to text like

!bug 123
!lp 1337
!launchpad 36789
  • It will reply with a short summary of the bug and its status. If you know of a bugtracker that should be added to its brain, you can poke UbotuTN maintainer in #ubuntu-us-tn

TennesseeTeam/UbotuTN (last edited 2009-08-31 23:22:19 by adsl-65-220-199)