Lines Matching refs:command
213 && $nntp->command($user, $pass)->response == CMD_OK;
713 sub _ARTICLE { shift->command('ARTICLE', @_)->response == CMD_OK }
714 sub _AUTHINFO { shift->command('AUTHINFO', @_)->response }
715 sub _BODY { shift->command('BODY', @_)->response == CMD_OK }
716 sub _DATE { shift->command('DATE')->response == CMD_INFO }
717 sub _GROUP { shift->command('GROUP', @_)->response == CMD_OK }
718 sub _HEAD { shift->command('HEAD', @_)->response == CMD_OK }
719 sub _HELP { shift->command('HELP', @_)->response == CMD_INFO }
720 sub _IHAVE { shift->command('IHAVE', @_)->response == CMD_MORE }
721 sub _LAST { shift->command('LAST')->response == CMD_OK }
722 sub _LIST { shift->command('LIST', @_)->response == CMD_OK }
723 sub _LISTGROUP { shift->command('LISTGROUP', @_)->response == CMD_OK }
724 sub _NEWGROUPS { shift->command('NEWGROUPS', @_)->response == CMD_OK }
725 sub _NEWNEWS { shift->command('NEWNEWS', @_)->response == CMD_OK }
726 sub _NEXT { shift->command('NEXT')->response == CMD_OK }
727 sub _POST { shift->command('POST', @_)->response == CMD_MORE }
728 sub _QUIT { shift->command('QUIT', @_)->response == CMD_OK }
729 sub _SLAVE { shift->command('SLAVE', @_)->response == CMD_OK }
730 sub _STARTTLS { shift->command("STARTTLS")->response() == CMD_MORE }
731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK }
732 sub _MODE { shift->command('MODE', @_)->response == CMD_OK }
733 sub _XGTITLE { shift->command('XGTITLE', @_)->response == CMD_OK }
734 sub _XHDR { shift->command('XHDR', @_)->response == CMD_OK }
735 sub _XPAT { shift->command('XPAT', @_)->response == CMD_OK }
736 sub _XPATH { shift->command('XPATH', @_)->response == CMD_OK }
737 sub _XOVER { shift->command('XOVER', @_)->response == CMD_OK }
738 sub _XROVER { shift->command('XROVER', @_)->response == CMD_OK }