--- rbot/plugins/lart.rb.orig Thu Mar 25 17:33:36 2004 +++ rbot/plugins/lart.rb Wed Aug 7 12:59:24 2002 @@ -21,6 +21,7 @@ # Keep a 1:1 relation between commands and handlers @@handlers = { "lart" => "handle_lart", + "suth" => "handle_lart", "praise" => "handle_praise", "addlart" => "handle_addlart", "rmlart" => "handle_rmlart", @@ -152,6 +153,7 @@ end plugin = LartPlugin.new plugin.register("lart") +plugin.register("suth") plugin.register("praise") plugin.register("addlart") cs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/portaudio2
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* Split out header/PTHREAD_LIBS fixups into post-patch, otherwise thekris2004-03-221-2/+6
* SIZEify.lofi2004-03-181-0/+1
* Better fix for amd64 (don't pessimize lib.a by compiling objects with -fPIC)kris2004-03-163-4/+66
* Fix on amd64.lofi2004-02-111-0/+4
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Readd more of the previously deleted cludge. Bump PORTREVISION.lofi2003-12-072-0/+3
* Readd cludge for ldconfig which got accidentally removed in the previouslofi2003-12-071-1/+5
* Update to version 18.1lofi2003-12-075-27/+85
* Fix build in 5.x branch: machine/soundcard.h -> sys/soundcard.hlioux2003-06-121-1/+3