mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 04:02:45 +01:00
Remove plugins/hello.py
This was solely a testing module for the plugin/commands system, and serves no purpose anymore. commands.py provides basic commands that are both simple and actually useful.
This commit is contained in:
parent
2e94e9a7d2
commit
0ed1e13115
@ -27,5 +27,4 @@ server:
|
||||
|
||||
# Plugins to load (omit the .py extension)
|
||||
plugins:
|
||||
- hello
|
||||
- commands
|
||||
|
@ -1,7 +0,0 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
import utils
|
||||
|
||||
@utils.add_cmd
|
||||
def hello(irc, source, args):
|
||||
utils.msg(irc, source, 'hello!')
|
Loading…
Reference in New Issue
Block a user