Added a greet plugin for messages to be sent when people join a channel.

This commit is contained in:
Storm Dragon
2025-03-30 04:10:46 -04:00
parent e9e995167b
commit d97e7fa7b5
7 changed files with 403 additions and 1 deletions

9
Greet/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
###
# Copyright (c) 2025, Stormux
#
# This plugin is licensed under the same terms as Limnoria itself.
###
from . import config, plugin
Class = plugin.Class