kdb.plugins.greeting module

Greeting

Displays a greeting for users that join the channel. Users that have been greeted before will not get further greetings, unless they haven’t been seen for over 3 days.

class kdb.plugins.greeting.Commands(*args, **kwargs)

Bases: circuits.core.components.Component

greetings(source, target, args)

Manage greetings

Syntax: GREETINGS <sub-command>

See: COMMANDS greetings

class kdb.plugins.greeting.Greeting(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

Greeting plugin

Displays a greeting for users that join the channel. Users that have been greeted before will not get further greetings, unless they haven’t been seen for over 3 days.

There are no commands for this plugin.

init(*args, **kwargs)
class kdb.plugins.greeting.GreetingsCommands(*args, **kwargs)

Bases: circuits.core.components.Component

add(source, target, args)

Add a new greeting.

Syntax: ADD <greeting>

channel = 'commands:greetings'

This Page