Add plugin for source code link of the bot

This commit is contained in:
Christine Dodrill 2015-11-04 17:01:07 -08:00
parent 24308d6983
commit bb8e0c0abf
1 changed files with 5 additions and 0 deletions

5
plugins/source.py Normal file
View File

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