h/plugins/profile.py

10 lines
205 B
Python
Raw Normal View History

2009-04-29 03:29:27 +00:00
# for crusty old rotor
from util import hook
2009-04-29 03:29:27 +00:00
@hook.command
def profile(inp):
return 'http://forums.somethingawful.com/member.php?action=getinfo' + \
'&username=' + '+'.join(inp.split())