aboutsummaryrefslogtreecommitdiff
path: root/modules/greeting.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/greeting.py')
-rw-r--r--modules/greeting.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/greeting.py b/modules/greeting.py
index 2ac9660a..3e527606 100644
--- a/modules/greeting.py
+++ b/modules/greeting.py
@@ -1,7 +1,8 @@
from src import ModuleManager, utils
@utils.export("channelset", {"setting": "greeting",
- "help": "Set a greeting to send to users when they join"})
+ "help": "Set a greeting to send to users when they join",
+ "example": "welcome to the channel!"})
class Module(ModuleManager.BaseModule):
@utils.hook("received.join")
def join(self, event):