Added a greet plugin for messages to be sent when people join a channel.
This commit is contained in:
9
Greet/__init__.py
Normal file
9
Greet/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user