PPF Home
Plugins
Developers
   Font size:      

UserGreeting (v1.0)

PDF
PDF

Description

Records a message to greet users with when they join the channel.

Records a user-specified message that will then be used to greet that user whenever he/she joins the channel.

Configuration

The configuration file for this plugin is system/UserGreeting/UserGreetingConfig.xml

commandSetGreeting

The command for setting a greeting 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

      <commandSetGreeting authLevel="master" output="channel">!setinfo</bla>

    

commandRemoveGreeting

The command for removing a greeting 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

      <commandRemoveGreeting authLevel="master" output="channel">!reminfo</bla>

    

Commands

!setinfo

Command: !setinfo
Description: This will cause all text after the command to be set as a user greeting message.
Auth Level: trusted
Where to give command: channel
Outputs to: private message
Example(s):

  • !setinfo mooo

!reminfo

Command: !reminfo
Description: This will remove the current user greeting message.
Auth Level: trusted
Where to give command: channel
Outputs to: private message
Example(s):

  • !reminfo

Change History

v1.0 First Version by DeadEd