summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/unsubscribe.pm
AgeCommit message (Collapse)Author
2001-03-14FML::Command is a dispatcher table. It used AUTOLOAD() to forward thefukachan
request to each FML::Command::$command module.
2001-03-14change argument of FML::Command method call. now it accpeptsfukachan
method($self, $curproc, $args) where $args is prepared at FML::Process::Configure(). move the main code to subscribe.pm and unsubscribe.pm and change add.pm and bye.pm as an adapter for them.
2001-02-25declare package namefukachan
2001-02-25Initial revisionfukachan