h/plugins/source.py

6 lines
112 B
Python
Raw Normal View History

from util import hook
@hook.command
def source(inp):
return "my source code: https://git.xeserv.us/xena/h"