UserGreeting (v1.0)
|
PDF |
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.
The configuration file for this plugin is system/UserGreeting/UserGreetingConfig.xml
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>
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>
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):
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):