Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
/ supybot-greet Public archive

This plugin will send a privmsg to users when joining a channel where it is enabled and a greeting message has been set

License

Notifications You must be signed in to change notification settings

haliphax/supybot-greet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supybot Greet plugin

This plugin will send a privmsg to users when joining a channel where it is enabled and a greeting message has been set. It is simple in that it does not consider netsplits or known users; it just sends the message for every join.

settings

  • supybot.plugins.Greet.enable (Boolean): Whether or not the plugin is active on the selected channel (default: False)
  • supybot.plugins.Greet.message (String): The message to send to users when they join the selected channel
  • supybot.plugins.Greet.grace (PositiveInteger): Grace period (in seconds) to avoid re-greeting someone after a kick, part, or join (default: 30)

To set these, use the config channel command.

About

This plugin will send a privmsg to users when joining a channel where it is enabled and a greeting message has been set

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages