PPF Home
Plugins
Developers
   Font size:      

Links (v1.0)

PDF
PDF

Description

Keeps a record of links it has seen.

Links from channel chats are stored and can be requested with search criteria.

Configuration

The configuration file for this plugin is system/Links/LinksConfig.xml

commandShowLinks

The command for getting a full listing of links tracked via DCC chat. You can set the authLevel to control who is allowed to access the command.

  • authLevel - ANY, ADMIN, MASTER, TRUSTED, NONE

      <commandShowLinks authLevel="none">!links</commandShowLinks>

    

commandSearchLink

The command for searching through the tracked links. You can set the authLevel to control who is allowed to access the command. The output is used to define where the output from the command will go.

  • authLevel - ANY, ADMIN, MASTER, TRUSTED, NONE
  • output - CHANNEL, PM, NOTICE

      <commandSearchLink authLevel="none" output="channel">!link</commandSearchLink>

    

commandRemoveLink

The command for removing a link. You can set the authLevel to control who is allowed to access the command. The output is used to define where the output from the command will go.

  • authLevel - ANY, ADMIN, MASTER, TRUSTED, NONE
  • output - CHANNEL, PM, NOTICE

      <commandRemoveLink authLevel="trusted" output="notice">!rmlink</commandRemoveLink>

    

links

The list of tracked links.

Commands

Show All Links

Command: !links
Description: This will show all of the links tracked (to DCC chat).
Auth Level: none
Where to give command: channel
Outputs to: DCC Chat
Example(s):

  • !links

Search For A Link

Command: !link <search>
Description: This will search through the tracked links and return any that match the search criteria.
Auth Level: none
Where to give command: channel
Outputs to: channel
Example(s):

  • !link deaded

Remove A Link

Command: !rmlink <link>
Description: This will remove a link from the tracked list.
Auth Level: trusted
Where to give command: channel
Outputs to: notice
Example(s):

  • !rmlink http://www.deaded.com

Change History

v1.0 First Version by DeadEd