PPF Home
Plugins
Developers
   Font size:      

Introduction (v1.0)

PDF
PDF

Description

Shows some introduction text to someone the first time it sees them (based upon hostmask or nick)

Configuration

The configuration file for this plugin is system/Introduction/IntroductionConfig.xml

commandIntro

The command shows the introduction message. 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

      <commandIntro authLevel="none" output="notice">!intro</commandIntro>

    

message

The option for adjusting plop. Valid values are yadda yadda..


      <message>Welcome to #XYZ. Type something for some info or something-else to do something neat</message>

    

Commands

!intro

Command: !intro
Description: This will show the introduction message
Auth Level: none
Where to give command: channel
Outputs to: notice
Example(s):

  • !intro

Change History

v1.0 First Version by DeadEd