2009-04-29 03:29:27 +00:00
|
|
|
# for crusty old rotor
|
|
|
|
|
2009-07-08 17:04:30 +00:00
|
|
|
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())
|